Initial commit with whole thing in Hugo

This commit is contained in:
Nox Sluijtman 2022-08-18 14:22:22 +02:00
commit e3eb14eded
15 changed files with 323 additions and 0 deletions

33
config.toml Normal file
View 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/"