-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (62 loc) · 1.56 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
# PROJECT INFORMATION
site_name: ACCQUIREnet
site_description: Allied Cleft & Craniofacial Quality-Improvement and Research Network
site_author: Alexander Allori
site_url: https://accquire.net
# REPOSITORY
repo_name: allorimd/accquirenet
repo_url: https://github.com/allorimd/accquirenet
# COPYRIGHT
copyright: Copyright © 2016 - 2020 Alexander Allori
# CONFIGURATION
nav:
- Home: index.md
- About: about.md
theme:
name: material
language: en
palette:
primary: purple
accent: cyan
font:
text: Ubuntu
code: Ubuntu Mono
features:
- tabs
extra_css:
- css/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
# EXTRAS
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/allorimd
- icon: fontawesome/brands/twitter
link: https://twitter.com/allorimd
# EXTENSIONS
plugins:
- search
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde