-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (40 loc) · 1.56 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
title = "Human Solutions"
# The URL the site will be built for
base_url = "https://human.solutions"
# 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
# The taxonomies to be rendered for that site and their configuration
# Example:
# taxonomies = [
# {name = "tags", rss = true}, # each tag will have its own RSS feed
# {name = "categories", paginate_by = 5}, # 5 items per page for a term
# {name = "authors"}, # Basic definition: no RSS or pagination
# ]
#
taxonomies = [{ name = "tags", rss = 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
[extra]
# Put all your custom variables here
home_subtitle = "Open Source and Rust passionates"
footer_copyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
hermit_menu = [
{ link = "/opensource", name = "Open Source" },
{ link = "/services", name = "Services" },
{ link = "/blog", name = "Blog" },
]
hermit_social = [
{ name = "Open Collective", link = "https://opencollective.com/human-solutions" },
{ name = "GitHub", link = "https://github.com/human-solutions" },
{ name = "Discord", link = "https://discord.gg/CV5ZDT9U5y" },
]
[extra.highlightjs]
enable = false
clipboard = false
theme = "vs2015"
[extra.author]
name = "Human Solutions"