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

[params]
description = "Historical OCR, and all things around it"
themeColor = "theme-rescribe"
copyright = "Licensed under the Creative Commons Attribution-ShareAlike 3.0 license."

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