blog/config.toml

17 lines
263 B
TOML
Raw Normal View History

2020-11-03 22:14:45 +00:00
baseURL = "http://example.org/"
languageCode = "en-us"
2018-08-29 22:36:07 +00:00
title = "michael's blog"
2020-11-03 22:14:45 +00:00
enableGitInfo = true
2021-07-06 05:52:05 +00:00
2021-07-06 21:32:34 +00:00
[taxonomies]
tag = "tags"
language = "languages"
2021-07-06 05:52:05 +00:00
[markup.tableOfContents]
endLevel = 4
2022-02-02 09:16:56 +00:00
ordered = false
2021-07-06 05:52:05 +00:00
startLevel = 2
2021-12-12 19:56:54 +00:00
[markup.goldmark.renderer]
unsafe = true