Initial commit

master
Jordan Atwood 3 years ago
commit 8df372b068
No known key found for this signature in database
GPG Key ID: F3500B7AE347EF76
  1. 8
      .gitignore
  2. 3
      .gitmodules
  3. 5
      archetypes/default.md
  4. 9
      config.toml
  5. 11
      content/_index.md
  6. 3
      content/home-page/index.md
  7. 4
      content/home-page/who-am-i.md
  8. BIN
      static/favicon.ico
  9. BIN
      static/tiger.png
  10. 1
      themes/hugo-theme-monochrome

8
.gitignore vendored

@ -0,0 +1,8 @@
# Hugo-generated files
/public/
/resources/
jsconfig.json
hugo_stats.json
# Build lock file
/.hugo_build.lock

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "themes/hugo-theme-monochrome"]
path = themes/hugo-theme-monochrome
url = https://github.com/kaiiiz/hugo-theme-monochrome.git

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

@ -0,0 +1,9 @@
title = "nightfirec.at"
baseURL = "https://nightfirec.at/"
theme = "hugo-theme-monochrome"
enableEmoji = "true"
enableGitInfo = "true"
enableInlineShortcodes = "true"
enableRobotsTXT = "true"
languageCode = "en-us"

@ -0,0 +1,11 @@
---
description: 'Personal site and blog of Nightfirecat'
type: 'balloon'
balloon_circle: true
balloon_img_src: 'tiger.png'
balloon_resources: '/home-page'
zooming_js: false
---
This is a demo of the Hugo theme *Monochrome*.

@ -0,0 +1,3 @@
---
headless: true
---

@ -0,0 +1,4 @@
---
title: 'Who Am I'
weight: 1
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

@ -0,0 +1 @@
Subproject commit b79d0cb6fac117c55ed4bc8ae1432fe33d942195
Loading…
Cancel
Save