website-old/config.toml
2022-11-25 14:36:17 -08:00

19 lines
329 B
TOML

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