blog/config.toml

12 lines
165 B
TOML
Raw Permalink Normal View History

2024-09-28 18:54:27 +00:00
baseURL = "http://0xdeadbeer.xyz"
title = "Kevin J."
theme = "minth"
2023-04-08 10:46:10 +00:00
summaryLength = 20
2024-04-25 21:34:58 +00:00
[markup.goldmark.renderer]
unsafe=true
2024-09-28 17:48:34 +00:00
[markup.highlight]
style="vim"