-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (58 loc) · 1.61 KB
/
Copy pathmkdocs.yml
File metadata and controls
58 lines (58 loc) · 1.61 KB
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
site_author: dhondta
site_name: "Codext - Extension of native codecs for Python"
repo_url: https://github.com/dhondta/python-codext
copyright: Copyright © 2021-2026 Alexandre D'Hondt
docs_dir: pages
nav:
- Introduction: index.md
- Features: features.md
- 'Guess mode': guessing.md
- Encodings:
- Base: enc/base.md
- Binary: enc/binary.md
- Common: enc/common.md
- Compressions: enc/compressions.md
- Cryptography: enc/crypto.md
- Hashing: enc/hashing.md
- Languages: enc/languages.md
- Others: enc/others.md
- Steganography: enc/stegano.md
- 'String manipulations': manipulations.md
- 'CLI tool': cli.md
- 'Create your codec': howto.md
extra:
generator: false
social:
- icon: fontawesome/solid/paper-plane
link: mailto:alexandre.dhondt@gmail.com
name: Contact Alex
- icon: fontawesome/brands/github
link: https://github.com/dhondta
name: Alex on GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/alexandre-d-2ab2aa14/
name: Alex on LinkedIn
- icon: fontawesome/brands/twitter
link: https://twitter.com/alex_dhondt
name: Alex on Twitter
extra_css:
- css/extra.css
plugins:
- search
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: img/logo.png
favicon: img/icon.png
markdown_extensions:
- toc:
permalink: true
- admonition