generated from mkdocs-material/create-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
150 lines (141 loc) · 3.67 KB
/
mkdocs.yml
File metadata and controls
150 lines (141 loc) · 3.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
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
139
140
141
142
143
144
145
146
147
148
149
150
site_name: MeltyLand
site_description: Welcome to the meltyland
site_url: https://blog.meltyland.dev
repo_url: https://github.com/liulifox233/liulifox233.github.io
repo_name: liulifox233/liulifox233.github.io
edit_uri_template: "edit/main/docs/{path}"
theme:
name: material
language: zh
custom_dir: overrides
logo: assets/logo.svg
favicon: assets/logo.svg
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: light
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: dark
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- content.action.edit
- content.action.view
- content.code.annotate
- navigation.expand
- toc.follow
- search.suggest
- navigation.top
- search.share
- navigation.indexes
- navigation.footer
- navigation.tracking
- search.highlight
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs
- content.tabs.link
- content.code.copy
plugins:
- search
- awesome-pages
- mkdocs-ja-ruby
- blog:
blog_toc: true
blog_dir: .
post_dir: "{blog}/posts"
archive_date_format: MMMM YYYY
archive_url_date_format: yyyy/MM
post_date_format: full
archive_toc: true
categories_toc: true
post_slugify: !!python/object/apply:ext.slugs.slugify
kwds:
short: true
- blog:
archive: false
blog_toc: true
blog_dir: records
post_dir: "{blog}/posts"
archive_date_format: MMMM YYYY
archive_url_date_format: yyyy/MM
post_date_format: full
archive_toc: true
categories_toc: true
post_slugify: !!python/object/apply:ext.slugs.slugify
kwds:
short: true
extra:
social:
- icon: fontawesome/brands/github
name: Ruri on Github
link: https://github.com/liulifox233
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.critic
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- def_list
- tables
- pymdownx.critic
- toc:
permalink: true
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.snippets
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- ext.chat
nav:
- Posts:
- index.md
- Records:
- records/index.md
- Notes:
- notes/index.md
- database:
- notes/database/cap.md
- japanese:
- notes/japanese/plan.md
- notes/japanese/case-particles.md
- About:
- about.md
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
- https://unpkg.com/d3@7/dist/d3.min.js
- javascripts/hpc-visualizations.js
- javascripts/chat.js
extra_css:
- stylesheets/extra.css
- https://unpkg.com/katex@0/dist/katex.min.css
- stylesheets/hpc-visualizations.css
- stylesheets/chat.css
copyright: <a href="https://icp.gov.moe/?keyword=20250039" target="_blank">萌ICP备20250039号</a>