voidcruiser.nl/config.toml

34 lines
692 B
TOML
Raw Normal View History

baseURL = '/'
languageCode = 'en-us'
title = 'The Voidcruiser'
theme = 'vugo'
paginate = 10
[params]
contentTypeName = 'rambles'
[params.logo]
logoText = "The Voidcruiser"
logoHomeLink = "/"
[menu]
[[menu.main]]
identifier = "about"
name = "about"
url = "/about/"
[[menu.main]]
identifier = "insanity"
name = "aural insanity"
url = "/insanity/"
[[menu.main]]
identifier = "services"
name = "services"
url = "/services/"
[[menu.services]]
identifier = "alpine repo"
name = "alpine repo"
url = "https://alpine.voidcruiser.nl"
[[menu.services]]
identifier = "searXNG instance"
name = "searXNG instance"
url = "/searx/"