-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
38 lines (31 loc) · 1.02 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
# The URL the site will be built for
base_url = "https://rustlatam.github.io/home/"
theme = "hermit_zola"
compile_sass = true
build_search_index = false
title = "Rust LatAm"
[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]
home_subtitle = "Bienvenidx al espacio de colaboración de la comunidad de Rust en Latino America. "
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 = "/statute", name = "Statute" },
{ link = "/about", name = "About" },
]
hermit_social = [
{ name = "github", link = "http://github.com/rustlatam" },
{ name = "email", link = "mailto:[email protected]" },
]
[extra.highlightjs]
enable = true
clipboard = true
theme = "vs2015"
[extra.author]
name = "Comunidad de Rust LatAm"
email = "[email protected]"
[extra.google_analytics]
enable = false
id = "UA-4XXXXXXX-X"