-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathconfig.toml
More file actions
30 lines (23 loc) · 794 Bytes
/
Copy pathconfig.toml
File metadata and controls
30 lines (23 loc) · 794 Bytes
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
# The URL the site will be built for
base_url = "https://endler.dev"
title = "Matthias Endler"
description = "Consultant at corrode.dev. Likes just-in-time compilers and hot chocolate"
author = "matthias@endler.dev (Matthias Endler)"
generate_feeds = true
feed_filenames = ["atom.xml", "rss.xml"]
minify_html = false
# Whether to build a search index out of the pages and section
# content for the `default_language`
# https://www.getzola.org/documentation/content/search/
# This is used for tinysearch
# build_search_index = true
# default_language = "en"
taxonomies = [{ name = "tags", feed = true, paginate_by = 10 }]
[markdown]
smart_punctuation = true
bottom_footnotes = true
[markdown.highlighting]
code = true
light_theme = "snazzy-light"
dark_theme = "dark-plus"
style = "class"