-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
28 lines (21 loc) · 1.14 KB
/
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
# The URL the site will be built for
base_url = "https://philhansch.net/"
title = "Philipp Hansch"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
generate_feeds = true
feed_filenames = ["atom.xml"]
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
# Put all your custom variables here
author.name = "Philipp Hansch"
author.email = "[email protected]"
author.twitter = "philhansch"
author.patreon = "philhansch"
author.github = "phansch"
author.about = "Philipp is a full stack developer <s>currently heavily involved with Rust. Most notably he's a member of the Clippy team where he helps with bugfixing and documentation.</s> You can follow him on <a href='https://mastodon.social/@phansch'>Mastodon</a> and find him on <a href='https://github.com/{{ config.extra.author.github }}'>GitHub</a> as well as <a href='https://patreon.com/{{ config.extra.author.patreon }}'>Patreon</a>."