website-old/config.toml
2022-11-01 11:43:59 -07:00

23 lines
405 B
TOML

baseURL = 'https://ch0ccyra1n.gitlab.io'
license = ""
licenselink = ""
languageCode = 'en-us'
title = "ch0ccyra1n's website"
theme = 'defiance-ng'
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 2
[params]
favicon = "/favicon.ico"
[taxonomies]
tag = "tags"
author = "authors"