Files
Blog_and_Personal_Page/hugo.toml
T
2024-11-12 02:39:16 +01:00

17 lines
267 B
TOML

baseURL = 'https://ploedige.com'
languageCode = 'en'
title = 'Test Page'
theme = "gokarna"
[menu]
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 2