-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
65 lines (61 loc) · 1.42 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
site_name: "0xfab1"
site_url: https://0xfab1.net
repo_url: https://github.com/FullByte/FullByte.github.io
site_description: >-
This is the personal website of 0xfab1. It mainly contains blog entries on IT tech stuff, games, making things and art.
site_author: "0xfab1"
theme:
name: material
custom_dir: overrides
static_templates:
- 404.html
- health.html
language: en
palette:
- scheme: slate
primary: green
accent: light green
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
highlightjs: true
favicon: assets/images/0xfab1.png
logo: assets/images/0xfab1.png
font: false
features:
- navigation.instant
- navigation.tracking
- navigation.top
- header.autohide
- announce.dismiss
plugins:
- search
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
extra:
generator: false
markdown_extensions:
- attr_list
- footnotes
- pymdownx.inlinehilite
- pymdownx.highlight
- pymdownx.keys
- pymdownx.mark
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- pymdownx.caret
- pymdownx.arithmatex
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true