website/config/_default/config.toml

17 lines
544 B
TOML
Raw Normal View History

# Change baseurl before deploy
2024-02-14 20:57:52 +00:00
baseurl = "https://bytemeifyoucan.lol"
languageCode = "en-us"
2024-02-14 20:57:52 +00:00
paginate = 10
2024-02-14 19:04:32 +00:00
title = "Byte me if you can"
# 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
2024-02-14 19:04:32 +00:00
disqusShortname = "hugo-theme-stack"