mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 15:02:18 +00:00
21 lines
526 B
TOML
21 lines
526 B
TOML
# 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 © 2018–2021, 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"
|