msfjarvis.dev/config.toml
2020-06-05 11:14:45 -04:00

30 lines
408 B
TOML

# OVERRIDE #
languageCode = "en-us"
title = "Codex"
baseURL = "https://example.org/"
copyright = "© {year}"
# OVERRIDE #
# DONT OVERRIDE #
[[menu.main]]
identifier = "about"
name = "about"
title = "About"
url = "/"
[[menu.main]]
identifier = "blog"
name = "blog"
title = "Blog"
url = "/blog"
preserveTaxonomyNames = true
[taxonomies]
tag = "tags"
# DONT OVERRIDE #