-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.public.yml
More file actions
138 lines (128 loc) · 3.08 KB
/
mkdocs.public.yml
File metadata and controls
138 lines (128 loc) · 3.08 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
site_name: Amuzil Docs
site_url: https://docs.amuzil.com
site_author: Amuzil
site_description: Documentation for all Amuzil projects
site_dir: site
docs_dir: docs
repo_url: https://github.com/amuzil/docs
repo_name: Amuzil Docs
edit_uri: edit/main/docs
INHERIT: navigation.yml
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: octicons/sun-16
name: Switch to dark mode
primary: teal
accent: amber
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: octicons/moon-16
name: Switch to light mode
primary: teal
accent: amber
font:
text: Lexend
code: JetBrains Mono
language: en
logo: assets/brand/logo.png
favicon: assets/favicon/waterfall/favicon.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.indexes
- toc.follow
- navigation.top
- search.suggest
- announce.dismiss
- content.code.annotate
- content.tabs.link
- content.tooltips
icon:
tag:
default: material/tag
magus: material/book
avatar: material/tea
skills: material/file-tree
repo: simple/github
plugins:
search: { }
social:
cards_color:
fill: "#009485"
text: white
cards_font: Lexend
tags: { }
git-revision-date-localized:
type: timeago
enable_creation_date: true
fallback_to_build_date: true
copyright: Licensed to the Public Domain through the <a href="https://unlicense.org/">Unlicense</a>.
extra:
homepage: https://amuzil.com
tags:
Magus: magus
Avatar: avatar
Skills: skills
Air Technique: air-technique
Earth Technique: earth-technique
Fire Technique: fire-technique
Water Technique: water-technique
social:
- name: GitHub
icon: simple/github
link: https://github.com/amuzil
- name: Instagram
icon: simple/instagram
link: https://instagram.com/amuzilsocial
generator: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- scripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# - node_modules/mathjax/es5/tex-mml-chtml.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: "#"
permalink_title: Link to this section
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true