added template
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "themes/gokarna"]
|
||||
path = themes/gokarna
|
||||
url = https://github.com/gokarna-theme/gokarna-hugo.git
|
||||
@@ -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
|
||||
|
||||
Submodule
+1
Submodule themes/gokarna added at b6c8394818
Reference in New Issue
Block a user