-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (44 loc) · 1.33 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
base_url = "https://jasonmiller.nl"
title = "Jason Miller"
description = "Work and blog of Jason Miller"
default_language = "en"
generate_feed = true
feed_filename = "feed.xml"
compile_sass = true
minify_html = true
[markdown]
# Highlighting is disabled for now as Zola adds color styles and not classes.
# This means we can not change styles on a theme-by-theme basis.
#
# NOTE: Using the hack below also does not work, as it causes the browser to
# lock up during theme switch due to expensive layout repaints.
#
# pre code {
# `filter: var(--syntax-highlight-hack) /* invert(x) hue-rotate(y-deg) saturate(z)` */
# }
#
# highlight_code = true
# highlight_theme = "inspired-github"
external_links_target_blank = true
smart_punctuation = true
render_emoji = false
[extra]
author = "Jason Miller"
description = "Work and blog of Jason Miller"
[extra.social]
email = "[email protected]"
dribbble = "https://dribbble.com/imjasonmiller"
twitter = "https://twitter.com/imjasonmiller"
stackoverflow = "https://stackoverflow.com/users/1113913"
github = "https://github.com/imjasonmiller"
# Weight is used as a key for the sort order of the navigational items
[[extra.menu.main]]
parent = "work"
name = "Work"
url = "/"
weight = 0
[[extra.menu.main]]
identifier = "journal"
name = "Journal"
url = "/journal/"
weight = 1