-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
72 lines (66 loc) · 1.6 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: Michał Karzyński
site_url: https://michal.karzynski.pl
copyright: © Michał Karzyński
nav:
- Blog:
- blog/index.md
extra:
social:
- icon: fontawesome/brands/github
name: postrational on GitHub
link: https://github.com/postrational
- icon: fontawesome/brands/linkedin
name: My LinkedIn profile
link: http://www.linkedin.com/pub/micha%C5%82-karzy%C5%84ski/9/7a7/ba3
- icon: fontawesome/brands/lastfm
name: postrational on lastfm
link: https://www.last.fm/user/postrational
- icon: /fontawesome/regular/envelope
name: send me an email
link: mailto:[email protected]
theme:
name: material
logo: images/meditate-retina.png
favicon: images/meditate-retina.png
palette:
# Palette toggle for light mode
- scheme: default
primary: teal
toggle:
icon: material/brightness-4
name: Switch to dark mode
- scheme: slate
primary: teal
toggle:
icon: material/brightness-5
name: Switch to light mode
features:
- navigation.sections
- navigation.indexes
- content.tooltips
- content.code.copy
custom_dir: overrides
plugins:
- blog:
archive_url_format: "{date}"
- search
- tags
validation:
links:
not_found: warn
anchors: info
absolute_links: ignore
unrecognized_links: info
markdown_extensions:
- admonition
- tables
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.superfences