49 lines
1 KiB
TOML
49 lines
1 KiB
TOML
baseURL = 'https://vsis.online/'
|
|
languageCode = 'en-us'
|
|
title = 'vsis.online'
|
|
theme = 'smol'
|
|
copyright = 'vsis.online'
|
|
|
|
# Parameters
|
|
[params]
|
|
subtitle = "No such vsis or online."
|
|
dateFmt = "2006.01.02 15:04"
|
|
|
|
# Header
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "posts"
|
|
name = "Posts"
|
|
url = "/posts/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = "categories"
|
|
name = "Categories"
|
|
url = "/categories/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = "tags"
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = 3
|
|
|
|
# Footer
|
|
[[menu.footer]]
|
|
name = "📰 RSS"
|
|
url = "/index.xml"
|
|
weight = 1
|
|
[[menu.footer]]
|
|
name = "😺 My pet photos"
|
|
url = "https://mastodon.social/@erroddy"
|
|
weight = 1
|
|
[[menu.footer]]
|
|
name = "⌨️ My BSD/UNIX thoughs"
|
|
url = "https://mastodon.bsd.cafe/@release_candidate"
|
|
weight = 2
|
|
[[menu.footer]]
|
|
name = "🇨🇱 My Feddit corner"
|
|
url = "https://feddit.cl/u/vsis"
|
|
weight = 3
|
|
#
|