cachapa-blog/config.toml
2023-02-03 18:22:33 -04:00

40 lines
No EOL
935 B
TOML

baseurl = "https://blog.cachapa.xyz/"
languageCode = "en-us"
theme = "terminal"
paginate = 4
[params]
contentTypeName = "posts"
themeColor = "green"
showMenuItems = 2
fullWidthTheme = false
centerTheme = true
favicon = "/img/cachapa.png"
updatedDatePrefix = "updated_at"
autoCover = true
enableRobotsTXT = true
[languages]
[languages.en]
title = "Cachapa Blog"
subtitle = "Captain Arepa's blog."
keywords = ""
copyright = "2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc."
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Cachapa Blog"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[taxonomies]
category = "categories"
tag = "tags"
series = "series"