-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
50 lines (44 loc) · 1.07 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
site_name: Awesome-MLSys-Blogger
site_url: https://MLSys-Learner-Resources.github.io/Awesome-MLSys-Blogger/
repo_name: Awesome-MLSys-Resources
repo_url: https://github.com/MLSys-Learner-Resources/Awesome-MLSys-Blogger
theme:
name: material
palette:
primary: indigo
accent: blue
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.sections
- header.autohide
- content.action.zoom
markdown_extensions:
- toc:
permalink: true
- tables
- admonition
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.betterem:
smart_enable: all
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
nav:
- About: about.md
- Home: index.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MLSys-Learner-Resources/Awesome-MLSys-Blogger
name: View on GitHub
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
logo: images/logo.png
favicon: images/favicon.ico