website/config.toml

27 lines
582 B
TOML
Raw Normal View History

2023-10-31 13:04:49 +00:00
theme = 'gokarna'
baseURL = 'https://rallex.de/'
languageCode = 'en-us'
title = 'Rallex'
# 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 = "Blog"
# Weights are used to determine the ordering
weight = 1