website-old/config.toml

20 lines
329 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"
2022-11-25 14:36:17 -08:00
theme = 'hugo-classic'
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"