-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (66 loc) · 2.14 KB
/
mkdocs.yml
File metadata and controls
71 lines (66 loc) · 2.14 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
site_name: CS-Notes
site_description: My CS notes.
site_author: James Amcones
site_url: https://amcones.cn/cs-notes
theme:
name: material
language: 'zh'
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.footer
- content.action.edit
- content.action.view
- search.suggest
- search.share
# Repository
repo_name: 'amcones/CS-Notes'
repo_url: 'https://github.com/amcones/CS-Notes'
edit_uri: edit/main/docs/
# Copyright
copyright: '<a href="https://github.com/amcones/CS-Notes">CS Notes</a> © 2025 by <a href="https://amcones.cn">James Amcones</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">'
plugins:
- git-revision-date-localized:
enabled: !ENV [CI, false]
type: datetime
enable_creation_date: true
- tags
- search
markdown_extensions:
- footnotes
- meta
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- toc
- pymdownx.details
- pymdownx.highlight
- admonition
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.tasklist
- pymdownx.progressbar
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js