mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2025-06-08 22:24:24 +02:00
Initial commit with whole thing in Hugo
This commit is contained in:
commit
e3eb14eded
15 changed files with 323 additions and 0 deletions
33
config.toml
Normal file
33
config.toml
Normal file
|
@ -0,0 +1,33 @@
|
|||
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/"
|
Loading…
Add table
Add a link
Reference in a new issue