-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
49 lines (42 loc) · 1.18 KB
/
config.toml
File metadata and controls
49 lines (42 loc) · 1.18 KB
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
theme = "duckquill"
title = "Shared Wisdom"
base_url = "https://sharedwisdom.github.io/"
compile_sass = true
minify_html = true
generate_feeds = false
build_search_index = true
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
highlight_code = false
highlight_theme = "css"
highlight_themes_css = [
{ theme = "solarized-dark", filename = "syntax-theme-dark.css" },
{ theme = "solarized-light", filename = "syntax-theme-light.css" },
]
smart_punctuation = true
hard_breaks = false
render_emoji = true
unsafe = true
[extra]
primary_color = "#5100ff"
animated_favicon = false
date_format = "%d %B %Y"
issues_url = "https://github.com/sharedwisdom/sharedwisdom.github.io/issues"
source_url = "https://github.com/sharedwisdom/sharedwisdom.github.io"
[extra.nav]
icons = true
links = [
{url = "$BASE_URL/resources", name = "Resources", icon = "journal-bookmark"},
{url = "$BASE_URL/contributing", name = "Contributing", icon = "vector-pen"},
{url = "https://github.com/sharedwisdom/sharedwisdom.github.io", name = "Github", icon = "github"},
]
[extra.footer]
show_copyright = true
show_powered_by = false
[extra.comments]
host = "vmst.io"
user = "hyouteki"
show_qr = true
locale = "en-IE"