summaryrefslogtreecommitdiff
path: root/config.toml
blob: 76a7757c958be1fbd78bfab23e27c918f5c21dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/"},
  {name = "Categories", url = "/categories/"}
]