website-old/config.toml
2023-03-13 14:34:18 -07:00

19 lines
339 B
TOML

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