clearsky.blog/config.toml

19 lines
340 B
TOML
Raw Normal View History

2021-12-24 14:33:05 +00:00
baseURL = 'https://clearsky.dev/'
2021-12-19 11:34:15 +00:00
languageCode = 'en-us'
title = 'ClearSky'
theme = 'etch'
languagecode = "en"
[params]
sitename = "ClearSky"
noauthor = "true"
2021-12-22 20:21:10 +00:00
[taxonomies]
tag = "tags"
2021-12-19 11:34:15 +00:00
[[menu.primary]]
name = "Home"
url = "/"
weight = 1
[[menu.primary]]
name = "Subscribe"
url = "/index.xml"
weight = 5