-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
62 lines (60 loc) · 1.48 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
site_name: kicey's blog
site_url: https://kicey.github.io
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- blog:
blog_dir: blog
- search
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
theme:
name: material
custom_dir: overrides
logo: ./images/logo.svg
favicon: ./images/logo.svg
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.path
- navigation.indexes
- navigation.top
- content.code.copy
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
nav:
- index.md
- Java:
- 内存布局: java/java 内存布局.md
- Hotspot GC 特性: java/Hotspot GC 特性.md
- React:
- Function Style Component: react/4. funcion style component.md
- Kernel:
- "使用 buildroot 和 QEMU 调试 linux 内核": kernel/debug_kernel_with_buildroot_qemu.md
- Redis:
- "Simple Dynamic String": redis/simple_dynamic_string.md
- Blog:
- blog/index.md