Files
assilvestrar-blog/config.toml
2025-09-13 21:29:16 +02:00

23 lines
397 B
TOML

baseURL = 'https://blog.assilvestrar.club'
languageCode = 'en-us'
title = 'Assilvestrar'
theme = "shibui"
[params]
author = "Wawrzyniec"
email = "wawrzyniec@assilvestrar.club"
[menu]
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "RSS feeds"
url = "/index.xml"
weight = 3