old_blog/config.terminal.toml
2023-01-30 14:27:39 -05:00

70 lines
2.0 KiB
TOML

baseURL = "https://seraphimrp.srht.site/"
languageCode = "en-us"
title = "Seraphim R.P."
paginate = 8
rssLimit = 20
theme = "terminal"
disqusShortname = "seraphimrp"
[params]
contentTypeName = "posts"
themeColor = "nord"
showMenuItems = 9
showLanguageSelector = false
fullWidthTheme = false
centerTheme = true
favicon = "favicon.ico"
showLastUpdated = false
# oneHeadingSize = false
[params.twitter]
creator = "SeraphimRP"
site = "https://seraphimrp.srht.site"
[languages]
[languages.en]
languageName = "English"
title = "Seraphim R.P."
subtitle = "An Orthodox Christian software engineer."
owner = "Seraphim R.P."
keywords = ""
copyright = "© Seraphim R.P."
menuMore = "[show more]"
readMore = "[read more]"
readOtherPosts = "[read other posts]"
newerPosts = "[newer posts]"
olderPosts = "[older posts]"
missingContentMessage = "Content not found. You can pray to St. Phanourios to help you find what you are looking for."
missingBackButtonLabel = "[go home]"
[languages.en.params.logo]
logoText = "Seraphim R.P."
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "home"
name = "[home]"
url = "/"
weight = 1
[[languages.en.menu.main]]
identifier = "about"
name = "[about]"
url = "/about"
weight = 2
[[languages.en.menu.main]]
identifier = "projects"
name = "[projects]"
url = "/projects"
weight = 3
[[languages.en.menu.main]]
identifier = "resources"
name = "[resources]"
url = "/resources"
weight = 4
[[languages.en.menu.main]]
identifier = "links"
name = "[links]"
url = "/links"
weight = 5