blog/config.toml

10 lines
144 B
TOML
Raw Normal View History

2021-03-24 02:11:03 +00:00
baseURL = "."
languageCode = "en-us"
title = "blog // ~ben"
theme = "gruvbox"
uglyurls = true
2021-03-24 20:30:42 +00:00
summaryLength = 30
2021-03-24 02:11:03 +00:00
[taxonomies]
tag = "tags"