itd-site/config.toml

13 lines
274 B
TOML
Raw Normal View History

2021-10-24 09:25:31 +00:00
baseURL = 'https://itd.arsenm.dev/'
languageCode = 'en-us'
title = 'ITD'
# Change the default theme to be use when building the site with Hugo
theme = "hugo-theme-relearn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
themeVariant = "blue"