added template

This commit is contained in:
paul-loedige
2024-11-11 18:47:54 +01:00
parent a9d6cc29a6
commit 86227403e3
3 changed files with 20 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/gokarna"]
path = themes/gokarna
url = https://github.com/gokarna-theme/gokarna-hugo.git
+16 -3
View File
@@ -1,3 +1,16 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
baseURL = 'https://ploedige.com'
languageCode = 'en'
title = 'Paul W. Lödige'
theme = "gokarna"
[menu]
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 2
+1
Submodule themes/gokarna added at b6c8394818