Files
personal-blog/hugo.toml
2025-08-18 12:04:37 +02:00

17 lines
293 B
TOML

baseURL = 'https://blog.jokresner.de/'
languageCode = 'en-us'
title = 'My personal blog'
[markup]
[markup.highlight]
noClasses = false
[menu]
[[menu.main]]
name = 'All posts'
url = '/posts/'
weight = 1
[[menu.main]]
name = 'About'
url = '/about/'
weight = 2