-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (44 loc) · 1.14 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
site_name: Hall
site_description: Probability theory using pythonic and (almost) mathematical notation
strict: true
site_url: https://jorenham.github.io/hall
repo_name: jorenham/hall
repo_url: https://github.com/jorenham/hall
nav:
- Overview: index.md
- Install: install.md
- Roadmap: roadmap.md
- Contributing to Hall: contributing.md
theme:
name: material
palette:
scheme: slate
primary: bbb cyan
accent: bbb red
font:
text: Lato
code: Roboto Mono
analytics:
provider: google
property: G-3C61KQY4QN
copyright: "© 2021 Joren Hammudoglu - All Rights Reserved"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jorenham
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCd5D1ha_DhUvSSOPGBhSo7g
plugins:
- include-markdown
- search
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_css:
- stylesheets/theme.css
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js