website/config.toml
Hoernschen 124e58c339
All checks were successful
build-to-pages / build (push) Successful in 15s
build-to-pages / push (push) Successful in 10s
ADD hugo with pipline
2023-10-31 14:04:49 +01:00

26 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