Files
Blog_and_Personal_Page/hugo.toml
T
paul-loedige 86227403e3 added template
2024-11-11 18:47:54 +01:00

17 lines
273 B
TOML

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