Files
assilvestrar-blog/config.toml
lourenco 83417f93fa
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s
changed config for permalinks
2025-09-13 22:37:38 +02:00

28 lines
477 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
[permalinks]
[permalinks.page]
posts = '/posts/:title/'
pt = '/pt/:title/'