-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
62 lines (47 loc) · 2.32 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
56
57
58
59
60
61
62
# The URL the site will be built for
# this variable has to be set but it is not used
# inside the templates (end in '/')
base_url = "https://coderefinery.github.io/template-workshop-webpage/"
# When adapting the title, do not forget to also adjust base_url above
title = "Replace this title in config.toml"
description = "Free workshop on git, testing, documentation, and more in a workshop - for researchers and scientists."
# 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
[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
highlight_theme = "cheerfully-light"
# Whether external links are to be opened in a new tab
external_links_target_blank = true
[extra]
navigation = [
{ name = "About", target = "" },
{ name = "List of exercises", target = "exercises/" },
{ name = "Audience", target = "audience/" },
{ name = "Certificates", target = "certificates/" },
{ name = "How to join", target = "join/" },
{ name = "Requirements", target = "requirements/" },
{ name = "Q&A", target = "questions/" },
{ name = "Code of conduct", target = "code-of-conduct/" },
{ name = "Communication", target = "communication/" }
]
twitter_image = "https://raw.githubusercontent.com/coderefinery/coderefinery-artwork/main/socialshare/socialshare-workshop.png"
# plausible.io analytics
plausible = { src = "https://plausible.cs.aalto.fi/js/script.js", domain = "coderefinery.github.io", github_ref = "refs/heads/main" }
# you can place multiple logos like this
# the image file(s) need to be placed in content/logos
logos = [
# { alt_text = "CodeRefinery logo", target_url = "https://coderefinery.org/", image = "coderefinery.png" },
{ alt_text = "CodeRefinery logo", target_url = "https://coderefinery.org/", image = "coderefinery.png" }
]
# adapt this
registration_link = "https://example.org"
source_repo = "https://github.com/coderefinery/template-workshop-webpage"
how_to_join_video = "https://youtu.be/QUAZELOioUY"
# uncomment as soon as registration opens
# registration_is_open = true
# uncomment as soon as registration closes
# registration_is_closed = true