forked from utkarshayachit/VTKEx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (28 loc) · 938 Bytes
/
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
# Change these to reflect the user and site details.
site_name: VTKEx
site_url: https://ajpmaclean.github.io/VTKEx/site/
repo_name: ajpmaclean/VTKEx
repo_url: https://github.com/ajpmaclean/VTKEx
theme:
name: material
custom_dir: custom_theme/
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.magiclink
- admonition
- codehilite:
guess_lang: false
use_pygments: true
- footnotes
- toc:
permalink: true
google_analytics:
- 'UA-3660134-4'
- 'auto'
extra_css:
- 'stylesheets/extra.css'
copyright: '<font color=#666>Content is available under </font><a href="https://creativecommons.org/licenses/by/2.5/" title="Attribution2.5">Attribution2.5</a> <font color=#666>unless otherwise noted.</font>'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'