virtuallypotato/config/_default/config.toml

15 lines
286 B
TOML

title = "Virtually Potato"
baseurl = "https://virtuallypotato.com/"
paginate = 15
theme = ["hugo-cloak-email", "hugo-clarity"]
DefaultContentLanguage = "en"
[taxonomies]
tag = "tags"
series = "series"
[permalinks]
posts = ":filename"
[outputs]
home = ["HTML", "RSS","JSON"]