Compare commits

...
2 Commits
Author SHA1 Message Date
korn20123 6d2a6ffb69 changed hugo.toml 2026-06-13 20:24:49 +02:00
korn20123 1e9b3655b8 added a hugo theme 2026-06-13 20:21:22 +02:00
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
+2 -1
View File
@@ -1,3 +1,4 @@
baseURL = 'https://example.org/'
locale = 'en-us'
title = 'My New Hugo Project'
title = 'tbntech'
theme = "PaperMod"
+1
Submodule themes/PaperMod added at 154d006e01