mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2025-06-08 14:14:24 +02:00
Move to src dir
This commit is contained in:
parent
79fd67e916
commit
bb3007d53f
83 changed files with 1316 additions and 2 deletions
45
src/config.toml
Normal file
45
src/config.toml
Normal file
|
@ -0,0 +1,45 @@
|
|||
baseURL = '/'
|
||||
languageCode = 'en-us'
|
||||
title = 'The Voidcruiser'
|
||||
theme = 'vugo'
|
||||
|
||||
paginate = 100
|
||||
|
||||
[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.main]]
|
||||
identifier = "rambles"
|
||||
name = "rambles"
|
||||
url = "/rambles/"
|
||||
[[menu.services]]
|
||||
identifier = "alpine repo"
|
||||
name = "alpine repo"
|
||||
url = "https://alpine.voidcruiser.nl"
|
||||
[[menu.services]]
|
||||
identifier = "searXNG instance"
|
||||
name = "searXNG instance"
|
||||
url = "/searx/"
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
endLevel = 4
|
||||
startLevel = 1
|
||||
[markup.highlight]
|
||||
noClasses = true
|
||||
style = 'gruvbox'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue