-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
59 lines (52 loc) · 1.31 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
site_name: GAL
theme:
name: material
custom_dir: 'theme'
palette:
primary: 'deep purple'
accent: 'purple'
favicon: 'images/blur_on.png'
logo:
icon: 'blur_on'
site_url: https://jeremyong.com/gal
repo_url: https://github.com/jeremyong/gal
repo_name: 'jeremyong/gal'
site_description: GAL - A fast C++17 geometric algebra library
site_author: Jeremy Ong
copyright: 'GAL Copyright © 2019 Jeremy Ong'
google_analytics: ['UA-10576233-1', 'auto']
plugins: []
nav:
- 'Home': 'index.md'
- 'Quick Start': 'quick-start.md'
- 'Optimizations': 'optimizations.md'
- 'Benchmarks': 'benchmarks.md'
- 'Coding Conventions': 'coding-conventions.md'
- 'Upcoming': 'draft-evaluation-v2.md'
- 'About': 'about.md'
edit_uri: ''
extra_css:
- 'css/main.css'
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite
- def_list
- footnotes
- mdx_math
- pymdownx.superfences
- pymdownx.mark
- pymdownx.extrarawhtml
- sane_lists
extra:
disqus: 'jeremyong'
social:
- type: 'github'
link: 'https://github.com/jeremyong'
- type: 'twitter'
link: 'https://twitter.com/m_ninepoints'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/jeremycong'