-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (38 loc) · 1.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
# The URL the site will be built for
# WARNING: Will be overwritten in CD-builds
base_url = "/"
# Whether to automatically compile all Sass files in the sass directory
# Will be compressed & prefixed for production builds
compile_sass = true
# Minify
# Breaks syntax highlighting sometimes - has been replaced for production builds with compress.ts
minify_html = false
# feeds
generate_feed = false
# Whether to build a search index to be used later on by a JavaScript library
# You may want this buuuuuuut I don't want to take care of it right now. Might be done later
build_search_index = false
[markdown]
# Whether to do syntax highlighting
highlight_code = true
# Adjust to your liking
highlight_theme = "nord"
[extra]
# Enable katex for webpage
katex = false
# Display "Copy Link" Button
link = true
# Adjust settings for sitemap generation (to hide sites from google/ bing …)
sctionlisting = true
list = true
# Priority on sitemap for SEO
priority = 0.5
# Whether to display footer
# Used for footer and copyright
footer = true
# WARNING: Will be overwritten in CD-builds
base_domain = "Coderdojo Red and Blue"
brand_alt = "Coderdojo Red and Blue Logo" # Used for brand icon (navbar top left)
brand_src = "images/brand.svg" # Used for brand icon (navbar top left)
# WARNING: WILL be overwritten by scripts
hashing = false