website/config.toml
Hoernschen 4f12c39f3b
All checks were successful
build-to-pages / build (push) Successful in 15s
build-to-pages / push (push) Successful in 8s
ADD first blog post
2023-10-28 22:20:05 +02:00

26 lines
591 B
TOML

theme = 'gokarna'
baseURL = 'https://hoernschen.de/'
languageCode = 'en-us'
title = 'Hoernschen'
# 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