27 lines
582 B
TOML
27 lines
582 B
TOML
|
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
|