-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.yml
53 lines (47 loc) · 1.34 KB
/
template.yml
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
theme:
name: material
language: de
logo: assets/logo-brunnen.png
favicon: assets/favicon.ico
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
- header.autohide
- content.code.annotate
- content.action.edit
palette:
- primary: custom
markdown_extensions:
# Enable Mermaid integration (as part of material template)
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Enable Admonitions
- admonition
- pymdownx.details
- pymdownx.superfences
# Icons, Emojis
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Footnotes
- footnotes
extra:
social:
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/people/Freiwillige-Feuerwehr-Markt-Baudenbach/100079970650022/
- icon: fontawesome/brands/github
link: https://github.com/FFW-Baudenbach
generator: false
extra_css:
- assets/stylesheets/max_body_size.css
- assets/stylesheets/extra.css