summaryrefslogtreecommitdiff
path: root/config.toml
blob: 000897d23e188c1f9230b0e0b8542d86b3b274c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
baseURL = "https://blog.rescribe.xyz/"
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/"