-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
40 lines (37 loc) · 916 Bytes
/
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
# Project Information
site_name: 117503445 Wiki
site_description: 117503445 的个人 Wiki
site_author: '117503445'
site_url: https://wiki.117503445.top
strict: true
# Repository
repo_name: '117503445/wiki'
repo_url: 'https://github.com/117503445/wiki'
copyright: 'Copyright © 2020 - 2025 117503445'
theme:
name: material
language: zh
palette:
primary: black
accent: red
icon:
repo: fontawesome/brands/github-alt
features:
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- search.highlight
- content.code.copy
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading
font: false
plugins:
- search
- git-revision-date-localized
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences