clearsky.blog/config.toml
Richard Bronkhorst 9fb71ea642 Update config.toml
2023-03-13 21:50:21 +01:00

19 lines
340 B
TOML

baseURL = 'https://clearsky.dev/'
languageCode = 'en-us'
title = 'ClearSky'
theme = 'etch'
languagecode = "en"
[params]
sitename = "ClearSky"
noauthor = "true"
[taxonomies]
tag = "tags"
[[menu.primary]]
name = "Home"
url = "/"
weight = 1
[[menu.primary]]
name = "Subscribe"
url = "/index.xml"
weight = 5