-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
42 lines (38 loc) · 1.45 KB
/
config.toml
File metadata and controls
42 lines (38 loc) · 1.45 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
36
37
38
39
40
41
42
# The URL the site will be built for
base_url = "https://rust-lab-pjatk.github.io"
title = "Rust Lab PJATK"
theme = "tabi"
default_language = "pl"
taxonomies = [{ name = "tags", feed = true }]
# 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 = "css"
bottom_footnotes = true
[extra]
# Put all your custom variables here
skin = "pjatk"
browser_theme_color = "#e30613"
favicon_emoji = "🦀"
toc = true
quick_navigation_buttons = true
show_author = true
katex = true
mermaid = true
menu = [
{ name = "blog", url = "blog" },
{ name = "tags", url = "tags" },
{ name = "archive", url = "archiwum" },
]
socials = [
{ name = "email", url = "mailto:rustlab@pjwstk.edu.pl", icon = "email" },
{ name = "github", url = "https://github.com/Rust-Lab-PJATK", icon = "github" },
{ name = "linkedin", url = "https://www.linkedin.com/company/rust-lab-pjatk", icon = "linkedin" },
{ name = "instagram", url = "https://www.instagram.com/rustlabpjatk", icon = "instagram" },
]
copyright = "© $CURRENT_YEAR Rust Lab PJATK $SEPARATOR Materiały na tej stronie są udostępniane na licencji [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)."