-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (41 loc) · 1.17 KB
/
mkdocs.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
site_name: Netzwerktechnik
site_url: https://netzwerktechnik.pages.dev/
repo_name: felbinger/netzwerktechnik
repo_url: https://github.com/felbinger/netzwerktechnik/
site_description: Netzwerktechnik
site_author: https://github.com/felbinger
edit_uri: https://github.dev/felbinger/netzwerktechnik/blob/main/docs
theme:
logo: assets/img/favicon.png
favicon: assets/img/favicon.png
name: material
palette:
- scheme: slate
primary: blue
font:
text: Roboto
code: Roboto Mono
language: de
direction: ltr
icon:
repo: fontawesome/brands/github
features:
- navigation.expand
- navigation.instant
- navigation.sections
markdown_extensions:
- toc:
permalink: true
- pymdownx.superfences # allow large code blocks (```) in tabbed blocks
- admonition # see https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- pymdownx.tabbed:
alternate_style: true
- attr_list # image resize and lazy loading
- md_in_html # center images, add caption
plugins:
- git-revision-date
- git-revision-date-localized
extra_css:
- assets/css/asciinema-player.css
extra_javascript:
- assets/js/asciinema-player.min.js