-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
57 lines (45 loc) · 1.68 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
# The URL the site will be built for
base_url = "https://mt2-erlangen.github.io/"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
generate_rss = true
title = "Medizintechnik II – Exercises"
#theme = "hyde"
theme = "dinkleberg"
#theme = "book"
[extra]
blog_logo="/imgs/common/joint_logo_small.png" #will appear on top header
blog_title="Medizintechnik II – Exercises" #will appear on top header after logo
## i18n words
label_tags = "Tags"
label_tag = "Tag"
label_categories = "Categories"
label_category = "Category"
label_minutes = "Minutes"
label_relative_posts = "Related posts"
label_next = "Next"
label_previous = "Previous"
label_page = "Page"
label_of = "of"
og_image="" # Image that will appear on social media
og_alt_image="" # Alt for og_image
og_site_name="" # Site Name for Open Graphic
keywords="" # Keywords for SEO
educational_use="knowledge share" # OPTIONAL
copyright_year="2022" # OPTIONAL
fb_app_id="???" # OPTIONAL, Facebook App Id to help in metrics
twitter_username="@???" # OPTIONAL, Twitter User to help with metrics
## Sidebar automatic links
sidebar = [
{name = "Materials", urls=[
{name="Github (Java project template)", url="https://github.com/mt2-erlangen/project_ss2024"},
{name="StudOn", url="https://www.studon.fau.de/crs4685855.html"},
{name="LaTeX Template", url="https://github.com/mt2-erlangen/LaTeX-template-2024"},
]},
]
[markdown]
highlight_code = true