website-old/config.toml

24 lines
405 B
TOML
Raw Normal View History

2022-08-08 16:39:51 -07:00
baseURL = 'https://ch0ccyra1n.gitlab.io'
license = ""
licenselink = ""
languageCode = 'en-us'
title = "ch0ccyra1n's website"
2023-03-13 14:34:18 -07:00
theme = 'ch0ccy-in-the-nineties'
2024-02-01 14:41:21 -08:00
[author]
name = "ch0ccyra1n"
email = "ch0ccyra1n@riseup.net"
2022-08-08 16:39:51 -07:00
[menu]
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 2
[params]
2022-08-08 16:39:51 -07:00
favicon = "/favicon.ico"
2022-08-08 16:39:51 -07:00
[taxonomies]
tag = "tags"
author = "authors"