janw.name/config.toml

31 lines
486 B
TOML
Raw Normal View History

2022-11-05 20:00:03 +01:00
baseURL = 'https://janw.name/'
languageCode = 'en-us'
title = 'janw.name'
theme = 'janw'
[params]
2023-01-21 23:46:04 +01:00
subtitle = 'Personal Blog and Portfolio of Jan Wolff'
2022-11-05 20:00:03 +01:00
2022-11-06 09:14:19 +01:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
2022-11-05 20:00:03 +01:00
[menu]
[[menu.main]]
2022-11-24 19:43:35 +01:00
name = 'whoami'
2022-11-05 20:00:03 +01:00
url = '/'
weight = 1
[[menu.main]]
2023-01-21 23:46:04 +01:00
name = 'Blog'
2022-11-05 20:00:03 +01:00
url = '/posts/'
weight = 100
[[menu.main]]
2023-01-21 23:46:04 +01:00
name = 'Projects'
2022-11-05 20:00:03 +01:00
url = '/projects/'
weight = 120
2022-12-05 22:59:23 +01:00
[[menu.main]]
2023-01-21 23:46:04 +01:00
name = 'Tools'
2022-12-05 22:59:23 +01:00
url = '/tools/'
weight = 120