added template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user