diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9b03950 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "homepage/themes/ananke"] + path = homepage/themes/ananke + url = https://github.com/gohugo-ananke/ananke diff --git a/homepage/archetypes/default.md b/homepage/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/homepage/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/homepage/content/posts/my-first-post.md b/homepage/content/posts/my-first-post.md new file mode 100644 index 0000000..44ca459 --- /dev/null +++ b/homepage/content/posts/my-first-post.md @@ -0,0 +1,12 @@ ++++ +date = '2026-05-18T23:03:26+02:00' +draft = true +title = 'My First Post' ++++ + +## introduction + +This is **bold** text, and this is *emphasized* text. + +Visit the [Hugo](https://gohugo.io) website! + diff --git a/homepage/hugo.toml b/homepage/hugo.toml new file mode 100644 index 0000000..10bfad7 --- /dev/null +++ b/homepage/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://example.org/' +locale = 'en-us' +title = 'My New Hugo Project' +theme = 'ananke' diff --git a/homepage/public/404.html b/homepage/public/404.html new file mode 100644 index 0000000..ebe805c --- /dev/null +++ b/homepage/public/404.html @@ -0,0 +1,95 @@ + + +
+ + + +Below you will find pages that utilize the taxonomy term “Categories”
+Below you will find pages that utilize the taxonomy term “Tags”
+