mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-29 04:13:51 +01:00
34 lines
692 B
TOML
34 lines
692 B
TOML
|
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/"
|