This commit is contained in:
Speyll
2022-11-21 22:15:50 +01:00
parent b6b4a9ce6e
commit ba684522ce
37 changed files with 679 additions and 0 deletions

24
config.toml Normal file
View File

@@ -0,0 +1,24 @@
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
max = "0.105.0"
[author]
name = "Speyll"
homepage = "https://speyll.gitlab.io/site/"
[[menu.main]]
name = "/about"
url = "/about"
weight = 1
[[menu.main]]
name = "/blog"
url = "/blog"
weight = 2
[[menu.main]]
name = "/tags"
url = "/tags"
weight = 3