summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 966ef9e43a3649434ec360ae524c6868d184fb8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
base_url = "https://tobyvin.dev"
title = "~tobyvin"
compile_sass = true
minify_html = true
generate_feed = true

[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
    { theme = "gruvbox-dark", filename = "../public/syntax-theme-dark.css" },
    { theme = "gruvbox-light", filename = "../public/syntax-theme-light.css" },
]

[extra]
repository = "https://git.sr.ht/~tobyvin/tobyvin.dev"
license = "MIT"
author = "Toby Vincent"