virtuallypotato/config/_default/config.toml
2021-12-05 21:59:37 -06:00

21 lines
524 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# set `baseurl` to your root domain
# if you set it to "/" share icons won't work properly on production
baseurl = "https://stg.vpot8.ooo/" # Include trailing slash
title = "Virtually Potato"
# copyright = "Copyright © 20182021, John Bowdre"
# canonifyurls = true
paginate = 10
theme = "hugo-clarity"
disqusShortname = ""
DefaultContentLanguage = "en"
# [languages]
# config/_default/languages.toml
# [menus]
# config/_default/menus/menu.xx.toml
[taxonomies]
category = "categories"
tag = "tags"
series = "series"