commit 285774e6107a268a241e7e7b7f1c2f830951f3ba Author: Aljaz Ceru Date: Thu Nov 6 11:11:41 2025 +0100 first 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..af05700 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,7 @@ +baseURL: https://disobey.dev/ +languageCode: en-us +title: My New +theme: ["PaperMod"] +caches: + images: + dir: :cacheDir/images diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..1cf5327 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 1cf53273c3ba58f0593ecb7c2befe11274f51a4e