-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
35 lines (28 loc) · 1.06 KB
/
Copy pathconfig.toml
File metadata and controls
35 lines (28 loc) · 1.06 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
# The URL the site will be built for
base_url = "https://privacyperceptions.org/"
# 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
# Theme
theme = "soda-base"
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = false
[extra]
# Put all your custom variables here
site_title = "Transatlantic Privacy Perceptions"
site_logo = "assets/logo_full.svg"
site_logo_1 = "assets/tapp_logo_white_1.svg"
site_logo_2 = "assets/tapp_logo_white_2.svg"
site_logo_3 = "assets/tapp_logo_white_3.svg"
site_logo_footer = "assets/mark_white.svg"
site_logo_alt = "TAPP panel logo"
site_logo_sr = "TAPP panel logo"
site_tagline = ""
copyright = "2024– Transatlantic Privacy Perceptions. All rights reserved."
# Additional call to action in site navigation
#header_cta = "Contact"
#header_cta_href = "contact"
hero_image="assets/hero.png"