Files
website/themes/hugo-theme-monochrome/exampleSite/config/_default/config.toml
Simon Gardling 032679b34a setup
2023-10-11 17:38:05 -04:00

17 lines
299 B
TOML

baseURL = "https://example.com"
languageCode = "en"
title = "Monochrome"
theme = "hugo-theme-monochrome"
defaultContentLanguage = "en"
enableEmoji = true
paginate = 5
enableGitInfo = true
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[outputs]
home = ["HTML", "RSS", "JSON"]