Initial commit

This commit is contained in:
Anthony Wang 2021-07-13 11:29:59 -05:00
commit d33f8dd9d4
Signed by: a
GPG key ID: BC96B00AEC5F2D76
6 changed files with 49 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

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

6
archetypes/default.md Normal file
View file

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

25
config.toml Normal file
View file

@ -0,0 +1,25 @@
baseURL = "https://exozy.me/HOWTuwu/"
languageCode = "en-us"
title = "HOWTuwu"
theme = "hugo-geekdoc"
pluralizeListTitles = false
# Geekdoc required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[params]
geekdocRepo = "https://github.com/Ta180m/HOWTuwu"
geekdocEditPath = "edit/main/content"
geekdocOverwriteHTMLBase = true

6
content/posts/test.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "Test"
date: 2021-07-12T20:44:00-05:00
---
This is a test.

View file

@ -0,0 +1,8 @@
---
title: "Test"
date: 2021-07-12T20:46:04-05:00
draft: true
---
Hello world!

1
themes/hugo-geekdoc Submodule

@ -0,0 +1 @@
Subproject commit 56a0d44a50c943c44be54d889d315237d5acf48f