Move to src dir

This commit is contained in:
Nox Sluijtman 2024-02-10 21:03:20 +01:00
parent 79fd67e916
commit bb3007d53f
83 changed files with 1316 additions and 2 deletions

45
src/config.toml Normal file
View 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'