Files
personal-blog/hugo.toml
2025-08-17 13:15:28 +02:00

21 lines
352 B
TOML

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