-
Notifications
You must be signed in to change notification settings - Fork 59
/
mkdocs_template.yml
61 lines (53 loc) · 1.33 KB
/
mkdocs_template.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
# Project Information
site_name: Awesome List
site_description: Awesome list collection
site_author: chenjiajia
site_url: https://asmen.icopy.site
# Repository
repo_name: 'icopy-site/awesome'
repo_url: 'https://github.com/icopy-site/awesome'
edit_uri: 'blob/master/docs/'
# Copyright
copyright: 'Copyright © 2016 - 2023'
# Contents
nav:
# Theme
theme:
name: material
extra:
search:
language: 'en'
copyright: 'CC BY-NC-SA 4.0'
extra_javascript:
- 'https://cdnjs.loli.net/ajax/libs/pangu/3.3.0/pangu.min.js'
- '_static/js/extra.js'
- 'https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js'
- 'https://cdn.staticfile.org/github-repo-widget/e23d85ab8f/jquery.githubRepoWidget.min.js'
- 'https://cdnjs.loli.net/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'
extra_css:
- '_static/css/extra.css'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde