commit ad30c88cda48e634925cf382d5270c62065d6c74 Author: Elias Ahokas Date: Thu Sep 25 20:45:15 2025 +0300 initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..89af1b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..0d5eebd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ +--- +date: '{{ .Date }}' +draft: true +title: '{{ replace .File.ContentBaseName "-" " " | title }}' +--- diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..fa5818b --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,3 @@ +baseURL: https://example.org/ +languageCode: en-us +title: My New Hugo Site diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..8e06a8a --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 8e06a8ab43401735ebcf5687356ae418214a9396