-
Notifications
You must be signed in to change notification settings - Fork 157
/
mkdocs.yml
29 lines (27 loc) · 874 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
site_name: VTKExamples
site_url: https://lorensen.github.io/VTKExamples/site/
repo_name: lorensen/VTKExamples
#repo_url: https://github.com/lorensen/VTKExamples
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'