-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
97 lines (89 loc) · 2.12 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: Nicholas
site_url: https://nicholaslyz.com/
theme:
name: material
palette:
scheme: slate
primary: indigo
accent: yellow
favicon: "static/images/favicon.png"
logo: "static/images/favicon.png"
custom_dir: overrides
features:
- navigation.instant
- header.autohide
- navigation.sections
- navigation.indexes
- navigation.expand
- content.code.copy
font:
code: JetBrains Mono
nav:
- Home: index.md
- About: about.md
- Blog:
- blog/index.md
- Pinned:
- Dead Man's Switch: dead-mans-switch.md
- Lifestyle:
- principles.md
- daily-routine.md
- Mountaineering: mountaineering.md
- Photography: photography.md
- Piano: piano.md
- Travel Bucket List: travel-bucket-list.md
markdown_extensions:
- abbr
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- footnotes
- pymdownx.snippets
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
plugins:
- search
- social
- glightbox
- blog:
blog_toc: true
categories_allowed:
- Books
- Cooking
- Finance
- Insurance
- Philosophy
- Programming
- Outdoor
- Debates
post_excerpt: required
archive: false
extra:
social:
- icon: material/github
link: https://github.com/extrange/
- icon: material/email
link: mailto:[email protected]
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/code.css
- stylesheets/bookerly/font.css