-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
42 lines (33 loc) · 978 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
31
32
33
34
35
36
37
38
39
40
41
42
site_name: The Lurch Project
site_url: https://lurchmath.github.io/
repo_url: https://github.com/lurchmath/lurchmath.github.io
site_description: Website for the Lurch proof checker
site_author: Nathan Carter and Ken Monks
nav:
- Home: index.md
- About: about.md
- Gallery: lurch-sites-gallery.md
theme:
name: minty
locale: en
# How the minty theme works with the admonition extension:
# !!! warning "a yellow box"
# !!! note "a blue box"
# !!! danger "an orange box"
# !!! example "a gray box"
markdown_extensions:
- extra
- admonition
- codehilite
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://cdn.jsdelivr.net/gh/lurchmath/lurch@main/app/embedded.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- css/custom.css
validation:
nav:
omitted_files: ignore # Some files are left out of nav and that's okay