-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
35 lines (28 loc) · 853 Bytes
/
config.toml
File metadata and controls
35 lines (28 loc) · 853 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
31
32
33
34
35
# Zola configuration
# https://www.getzola.org/documentation/getting-started/configuration/
base_url = "https://brianvanburken.nl"
title = "Brian van Burken"
description = "Personal blog of Brian van Burken"
default_language = "en"
# Build settings
compile_sass = true
build_search_index = false
generate_feeds = true
feed_filenames = ["feed.xml"]
# Disable syntax highlighting - handled by Gulp/Shiki
# Note: This is set in [markdown] section
# Taxonomies disabled - tags page built manually
taxonomies = []
# Markdown settings
[markdown]
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = false
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
[extra]
github_source = "https://github.com/brianvanburken/brianvanburken.github.io/tree/master/"
date_format = "%Y-%m-%d"