cachapa-blog/config.toml

40 lines
935 B
TOML
Raw Normal View History

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