summaryrefslogtreecommitdiff
path: root/config.toml
blob: 28dc0dbe262805b25b5be4e52805ee350bd7d566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/"
[[menu.main]]
    name = "Who We Are"
    url = "/who-we-are"