-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
74 lines (70 loc) · 1.61 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
63
64
65
66
67
68
69
70
71
72
73
74
site_url: https://peterchen.xyz
site_name: Tech Notes
site_description: Keep track of all the learning
site_author: Pete
# Repository
repo_name: 'advpetc/Tech_Notes'
repo_url: 'https://github.com/advpetc/tech_notes/'
theme:
font:
text: Ubuntu Mono
name: material
include_search_page: false
search_index_only: true
favicon: 'assets/images/favicon.ico'
logo: 'assets/images/logo.png'
feature:
- navigation.top
custom_dir: overrides
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
pagetime: 'on'
manifest: 'assets/images/site.webmanifest'
disqus: 'tech-notes-2'
analytics:
provider: google
property: UA-168812075-1
extra_css:
- css/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
- admonition
- codehilite:
guess_lang: false
use_pygments: true
noclasses: true
- 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.progressbar
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- git-revision-date-localized:
exclude:
- index.md