congo/config/_default/config.toml

24 lines
817 B
TOML
Raw Normal View History

2021-08-13 09:08:35 +00:00
# -- Site Configuration --
2021-08-11 05:28:33 +00:00
theme = "congo"
2021-08-13 09:08:35 +00:00
# Speficiy the base URL for the website.
2021-08-11 05:28:33 +00:00
# baseURL = "https://your_domain.com/"
2021-08-13 09:08:35 +00:00
# The language code of the language that the website is written in.
# This can be a base language (ie. "en") or a specific variant (ie. "en-AU").
2021-08-11 05:28:33 +00:00
languageCode = "en"
2021-08-13 09:08:35 +00:00
# The website title. This will be displayed in the site header.
2021-08-11 05:28:33 +00:00
title = "Congo"
2021-08-13 09:08:35 +00:00
# A default copyright message is generated automatically.
# Uncomment the line below to provide a custom copyright Markdown string.
2021-08-11 05:28:33 +00:00
# copyright = "Copy, _right?_ :thinking_face:"
2021-08-13 09:08:35 +00:00
# To automatically convert strings such as :bang: to emoji, set this to true.
2021-08-11 05:28:33 +00:00
enableEmoji = true
2021-08-13 09:08:35 +00:00
# Congo will generate a robots file that allows search engines to index
# the entire site. If you don't want a robots file, set this to false.
2021-08-11 05:28:33 +00:00
enableRobotsTXT = true