summaryrefslogtreecommitdiff
path: root/config.toml
blob: 7364d7c65849d9c3a66eab966386b7e8c2065a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseURL = "http://example.org/"
languageCode = "en-us"
theme = "hyde"
title = "Rescribe Blog"

[params]
description = "Historical OCR, and all things around it"
themeColor = "theme-rescribe"

[[menu.main]]
    name = "Archive"
    url = "/posts/"
[[menu.main]]
    name = "Categories"
    url = "/categories/"