ComfyTechCorner/config/_default/config.toml
2024-03-04 23:13:08 +01:00

16 lines
530 B
TOML

# Change baseurl before deploy
baseurl = "https://comfytechcorner.de/"
languageCode = "en-us"
paginate = 5
title = "Comfy Tech Corner"
# Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
defaultContentLanguage = "en"
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
# This will make .Summary and .WordCount behave correctly for CJK languages.
hasCJKLanguage = false
# Change it to your Disqus shortname before using
disqusShortname = "ctc"