Compare commits

..

1 Commits

Author SHA1 Message Date
Jordan Atwood 8263b30a3e
Add 404 page 2 years ago
  1. 1
      archetypes/default.md
  2. 4
      config.toml
  3. 1
      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,4 +1,5 @@
--- ---
title: "{{ replace .Name "-" " " | title }}" title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }} date: {{ .Date }}
draft: true
--- ---

@ -7,7 +7,3 @@ enableGitInfo = "true"
enableInlineShortcodes = "true" enableInlineShortcodes = "true"
enableRobotsTXT = "true" enableRobotsTXT = "true"
languageCode = "en-us" 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'

@ -1,7 +1,6 @@
--- ---
title: '404 Not Found' title: '404 Not Found'
description: 'HTTP 404: Not Found' description: 'HTTP 404: Not Found'
date: 2022-04-21T16:07:59-07:00
--- ---
# 404 Not Found # 404 Not Found

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

@ -1,40 +0,0 @@
---
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,9 +1,4 @@
--- ---
title: 'Who Am I' title: 'Who Am I'
date: 2022-04-13T20:18:07-07:00
weight: 1 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

Before

Width:  |  Height:  |  Size: 59 KiB

Loading…
Cancel
Save