website-old/config.toml
2022-08-08 16:39:51 -07:00

23 lines
402 B
TOML

baseURL = 'https://ch0ccyra1n.gitlab.io'
license = ""
licenselink = ""
languageCode = 'en-us'
title = "ch0ccyra1n's website"
theme = 'defiance'
[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"