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

27 lines
595 B
TOML

baseURL = "https://seraphimrp.srht.site/"
languageCode = "en-us"
title = "Seraphim R.P."
paginate = 8
theme = "minima"
[author]
author = "Seraphim R.P."
slogon = "An Orthodox Christian and software engineer." # "slogon", really?
description = "Seraphim R.P. is an Orthodox Christian and software engineer."
[params]
iam = "I am"
comment = "disqus"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 2