clearsky.blog/config.toml

19 lines
338 B
TOML
Raw Normal View History

2021-12-19 11:34:15 +00:00
baseURL = 'http://example.org/'
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