-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
101 lines (94 loc) · 2.67 KB
/
mkdocs.yml
File metadata and controls
101 lines (94 loc) · 2.67 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
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
98
99
100
101
site_name: shane null
site_url: 'https://shanenull.com/' # Trailing slash is recommended
dev_addr: "127.0.0.1:8001"
# http://127.0.0.1:8001
repo_url: https://github.com/shane0/shane0.github.io
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
icon:
repo: fontawesome/brands/git-alt
features:
- content.code.copy
- content.action.edit
- content.action.view
- navigation.footer
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_javascript:
- "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"
- "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js?tex"
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.critic
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
url_download: true
- attr_list
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- abbr
- footnotes
- def_list
- toc:
permalink: true
plugins:
# - mike:
- tags:
- search
- glightbox
- git-revision-date-localized:
enable_creation_date: true
extra:
version:
provider: mike
alias: true
default: 2025
social:
- icon: "fontawesome/brands/wordpress-simple"
link: "https://shanenull.com/"
- icon: "fontawesome/brands/python"
link: "https://shane0.pythonanywhere.com/"
- icon: "fontawesome/brands/youtube"
link: "http://www.youtube.com/c/ShaneNull"
- icon: "fontawesome/brands/instagram"
link: "https://www.instagram.com/nullshane/"
- icon: "fontawesome/brands/bandcamp"
link: "https://earmassagetherapist.bandcamp.com/releases"
- icon: "fontawesome/brands/github"
link: "https://github.com/shane0"
- icon: "fontawesome/brands/gitlab"
link: "https://gitlab.com/shane0"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/shane_null"
- icon: "fontawesome/brands/linkedin"
link: "https://www.linkedin.com/in/shanenull"