17 lines
273 B
TOML
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
|