first commit

This commit is contained in:
2025-11-06 11:11:41 +01:00
commit 285774e610
4 changed files with 16 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

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

5
archetypes/default.md Normal file
View File

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

7
hugo.yaml Normal file
View File

@@ -0,0 +1,7 @@
baseURL: https://disobey.dev/
languageCode: en-us
title: My New
theme: ["PaperMod"]
caches:
images:
dir: :cacheDir/images

1
themes/PaperMod Submodule

Submodule themes/PaperMod added at 1cf53273c3