generated from coderefinery/template-workshop-webpage
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
64 lines (49 loc) · 2.5 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
63
64
# 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://noresmhub.github.io/NorESM_Workshop_2023/"
# When adapting the title, do not forget to also adjust base_url above
title = "NorESM user workshop 2023"
description = "An introductory course on how to run, diagnose and contribute to NorESM."
# 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 = []
# 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" }
{ alt_text = "INES logo", target_url = "https://www.noresm.org/", image = "ines.png" },
{ alt_text = "CHESS logo", target_url = "https://chess.w.uib.no/", image = "chess_logo_FINAL_colour_featured.png" }
]
# adapt this
registration_link = "https://skjemaker.app.uib.no/view.php?id=15292547"
source_repo = "https://github.com/coderefinery/template-workshop-webpage"
# uncomment as soon as registration opens
# registration_is_open = true
# uncomment as soon as registration closes
registration_is_closed = true