-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (48 loc) · 1.32 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
50
51
52
53
54
55
site_name: Malte Hedderich
site_author: Malte Hedderich
site_url: https://blog.hedderich.pro
google_analytics: ['G-XZ7G2PVPYR', 'blog.hedderich.pro']
theme:
name: material
palette:
scheme: slate
favicon: images/favicon/favicon-192.png
features:
- header.autohide
- content.code.copy
nav:
- Home: index.md
- About: about.md
plugins:
- blog:
blog_dir: .
blog_toc: true
post_excerpt: required
- tags
extra_javascript:
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
extra:
analytics:
provider: google
property: G-XZ7G2PVPYR
consent:
title: Cookie Consent
description: >-
I use cookies on this site to enhance your user experience, measure the effectiveness of my
blog, and optimize your search results. By clicking 'Accept', you consent to the use of cookies
and help me to improve my blog. Thank you!
actions:
- accept
- reject
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences