-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (33 loc) · 867 Bytes
/
config.toml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
base_url = "https://doingstuff.dev"
theme = "doingstuff-zola"
title = "Doing Stuff"
description = "A blog about stuff"
author = "Morgan Creekmore"
compile_sass = true
build_search_index = true
generate_feeds = true
taxonomies = [
{name = "tags", rss = false},
]
[search]
include_date = true
index_format = "elasticlunr_json"
[markdown]
highlight_code = true
extra_syntaxes_and_themes = ["syntaxes"]
highlight_theme = "cobalt2"
[extra]
menu = [
{url = "/posts", name = "Posts"},
{url = "/atom.xml", name = "RSS"},
{url = "/pages/about", name = "About"},
]
author_url = "https://fosstodon.org/@gamingrobot"
# https://www.goatcounter.com/
goatcounter = "grbt-doingstuff"
# https://github.com/francoischalifour/medium-zoom
jszoom = false
# https://mermaid.js.org/
mermaid_theme = "default"
mermaid_theme_dark = "dark"
mermaid_align = "center"