-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
55 lines (43 loc) · 1.49 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# The URL the site will be built for
base_url = "https://datavirke.dk"
# Used in RSS by default
title = "Datavirke"
description = "Freelance DevOps Engineer building reliable infrastructure using Kubernetes, Cloud & Rust."
# The default language, used in RSS
default_language = "en"
# 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 = true
theme = "hermit_zola"
taxonomies = [{ name = "tags", rss = true }]
generate_feeds = true
generate_sitemap = true
generate_robots_txt = true
[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
render_emoji = true
[extra]
home_subtitle = "Building reliable infrastructure."
logo = "logo.svg"
footer_copyright = ' — CVR: 43033336'
hermit_menu = [
{ link = "/about", name = "About" },
{ link = "/experience", name = "Experience" },
{ link = "/posts", name = "Blog" },
]
hermit_social = [
{ name = "github", link = "https://github.com/MathiasPius" },
{ name = "linkedin", link = "https://www.linkedin.com/in/mathias-pius/" },
{ name = "email", link = "mailto:mathias@datavirke.dk" },
{ name = "twitter", link = "https://fosstodon.org/@MathiasPius" },
]
[extra.highlightjs]
enable = true
clipboard = true
theme = "vs2015"
[extra.author]
name = "Mathias Pius"
email = "mathias@datavirke.dk"