-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (48 loc) · 1.22 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
site_name: Cryptography Primer
nav:
- Home: index.md
- Encryption: encryption.md
# - Hashing: hashing.md
# - Signing: signing.md
# - PKI: pki.md
# - Systems: systems.md
# - History: history.md
# - Glossary: glossary.md
theme:
name: material
favicon: images/favicon.svg
logo: images/favicon.svg
icon:
admonition:
recommendation: octicons/info-16
features:
- navigation.tabs
custom_dir: overrides
copyright: Copyright © 2022 Daniel Albuschat <a href="/imprint/">(Imprint)</a>
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/dalbuschat
- icon: fontawesome/brands/github
link: https://github.com/daniel-kun/cryptography-primer.info/
- icon: fontawesome/brands/xing
link: https://www.xing.com/profile/Daniel_Albuschat/cv
plugins:
- search
- macros
markdown_extensions:
- footnotes
- admonition
- abbr
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css