-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
101 lines (101 loc) · 2.67 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
98
99
100
101
site_name: myl7's Blog
site_url: https://myl.moe
site_description: myl7's blog
site_author: Yulong Ming (myl7)
repo_url: https://github.com/myl7/mylmoe
copyright: >-
Copyright (C) 2024 Yulong Ming (myl7).
Posts licensed under CC BY 4.0, unless otherwise stated.
theme:
name: material
features:
- navigation.footer
- navigation.tabs
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: images/logo.svg
favicon: images/favicon.svg
plugins:
- search
- blog:
blog_dir: .
categories_allowed: []
- rss:
match_path: posts/.*
date_from_meta:
as_creation: date.created
as_update: date.updated
categories:
- categories
nav:
- index.md
- About: about.md
- Friends: friends.md
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets
- pymdownx.blocks.caption
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/myl7
- icon: fontawesome/brands/telegram
link: https://t.me/myl7s
- icon: fontawesome/brands/google-scholar
link: https://scholar.google.com/citations?user=J9cpSb0AAAAJ
- icon: fontawesome/brands/orcid
link: https://orcid.org/0000-0002-6010-2661
extra_javascript:
- js/katex.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js
extra_css:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css