website/config.toml

27 lines
591 B
TOML
Raw Normal View History

2023-10-23 07:41:09 +00:00
theme = 'gokarna'
2023-10-28 20:20:05 +00:00
baseURL = 'https://hoernschen.de/'
2023-10-23 07:41:09 +00:00
languageCode = 'en-us'
title = 'Hoernschen'
2023-10-28 20:20:05 +00:00
# Automatically generate robots.txt
enableRobotsTXT = true
[menu]
[[menu.main]]
# Unique identifier for a menu item
identifier = "posts"
url = "/posts/"
# You can add extra information before the name (HTML format is supported), such as icons
pre = ""
# You can add extra information after the name (HTML format is supported), such as icons
post = ""
# Display name
name = "Posts"
# Weights are used to determine the ordering
weight = 1