File tree 1 file changed +61
-0
lines changed
1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Project Information
2
+ site_name : Awesome List
3
+ site_description : Awesome list collection
4
+ site_author : chenjiajia
5
+ site_url : https://asmen.icopy.site
6
+
7
+ # Repository
8
+ repo_name : ' icopy-site/awesome'
9
+ repo_url : ' https://github.com/icopy-site/awesome'
10
+ edit_uri : ' blob/master/docs/'
11
+
12
+ # Copyright
13
+ copyright : ' Copyright © 2016 - 2023'
14
+
15
+ # Contents
16
+ nav :
17
+
18
+
19
+ # Theme
20
+ theme :
21
+ name : material
22
+ extra :
23
+ search :
24
+ language : ' en'
25
+ copyright : ' CC BY-NC-SA 4.0'
26
+
27
+ extra_javascript :
28
+ - ' https://cdnjs.loli.net/ajax/libs/pangu/3.3.0/pangu.min.js'
29
+ - ' _static/js/extra.js'
30
+ - ' https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js'
31
+ - ' https://cdn.staticfile.org/github-repo-widget/e23d85ab8f/jquery.githubRepoWidget.min.js'
32
+ - ' https://cdnjs.loli.net/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'
33
+
34
+ extra_css :
35
+ - ' _static/css/extra.css'
36
+
37
+ # Extensions
38
+ markdown_extensions :
39
+ - admonition
40
+ - codehilite :
41
+ guess_lang : false
42
+ - def_list
43
+ - footnotes
44
+ - meta
45
+ - toc :
46
+ permalink : true
47
+ - pymdownx.arithmatex
48
+ - pymdownx.caret
49
+ - pymdownx.critic
50
+ - pymdownx.details
51
+ - pymdownx.emoji :
52
+ emoji_generator : !!python/name:pymdownx.emoji.to_svg
53
+ - pymdownx.inlinehilite
54
+ - pymdownx.keys
55
+ - pymdownx.magiclink
56
+ - pymdownx.mark
57
+ - pymdownx.smartsymbols
58
+ - pymdownx.superfences
59
+ - pymdownx.tasklist :
60
+ custom_checkbox : true
61
+ - pymdownx.tilde
You can’t perform that action at this time.
0 commit comments