Compare commits

...

5 Commits

  1. 1
      archetypes/default.md
  2. 4
      config.toml
  3. 12
      content/404.md
  4. 2
      content/_index.md
  5. 40
      content/home-page/where-am-i.md
  6. 5
      content/home-page/who-am-i.md
  7. 1
      static/feather-sprite.svg

@ -1,5 +1,4 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

@ -7,3 +7,7 @@ enableGitInfo = "true"
enableInlineShortcodes = "true"
enableRobotsTXT = "true"
languageCode = "en-us"
[params]
author = "nightfirecat"
footer = 'Powered by <a href="https://gohugo.io/">Hugo</a> and the <a href="https://kaiiiz.github.io/hugo-theme-monochrome/">Monochrome</a> theme'

@ -0,0 +1,12 @@
---
title: '404 Not Found'
description: 'HTTP 404: Not Found'
date: 2022-04-21T16:07:59-07:00
---
# 404 Not Found
Sorry, this isn't the right place to find what you're looking for. If you think
you should've found something, let me know!
[Back to Home](/)

@ -1,5 +1,6 @@
---
description: 'Personal site and blog of Nightfirecat'
date: 2022-04-13T20:18:07-07:00
type: 'balloon'
balloon_circle: true
@ -8,4 +9,3 @@ balloon_resources: '/home-page'
zooming_js: false
---
This is a demo of the Hugo theme *Monochrome*.

@ -0,0 +1,40 @@
---
title: "Where Am I"
date: 2022-04-21T15:43:12-07:00
weight: 2
---
Besides this website, I have a presence around the web in many places. This serves as a non-exhaustive list of my
profiles around the web:
{{< icon-group >}}
{{< icon name="github" link="https://github.com/nightfirecat" >}}
{{< icon name="twitter" link="https://twitter.com/nightfirecat" >}}
<div class="icon">
<a href="https://twitch.tv/nightfirecat" rel="noopener" target="_blank"><svg
width="24"
height="24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<use href="/feather-sprite.svg#twitch"/>
</svg></a>
</div>
<div class="icon">
<a href="https://www.youtube.com/nightfirecat" rel="noopener" target="_blank"><svg
width="24"
height="24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<use href="/feather-sprite.svg#youtube"/>
</svg></a>
</div>
{{< icon name="mail" link="mailto:nightfirecat@nightfirec.at" >}}
{{< /icon-group >}}

@ -1,4 +1,9 @@
---
title: 'Who Am I'
date: 2022-04-13T20:18:07-07:00
weight: 1
---
Hi. I do programming professionally and as a hobby. When I'm not coding, I'm a rock climber, video gamer, blood donor,
husband and father, novice system administrator, and general tech tinkerer, living in the Pacific Northwest in
Washington, USA.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 59 KiB

Loading…
Cancel
Save