aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
blob: 94e4e3f1aa1d2982f2934b00e6b379ead588136b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
base_url = "https://memzero.de/blog"
compile_sass = true
build_search_index = true

title = "memzero"
description = "Cow says .*"

taxonomies = [
    { name = "tags" },
]

theme = "hyde"

[markdown]
highlight_code = true
#highlight_theme

[extra]
hyde_links = [
    { url = "https://github.com/johannst", name = "GitHub" },
    { url = "https://twitter.com/xjohannst", name = "Twitter" },
]
#hyde_theme = "theme-base-0d"

# vim:ft=config