-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
37 lines (37 loc) · 1.03 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
site_name: Matrix Models via QC, DL, and MC
site_author: "@erinaldi"
site_description: "Supplementary figures and tables to the arxiv publication https://arxiv.org/abs/2108.0294"
nav:
- Home: index.md
- Quantum Computing:
- qc/qc.md
- Bosonic BMN figures: qc/figures_bos.md
- Bosonic BMN tables: qc/tables_bos.md
- Minimal BMN figures: qc/figures_mini.md
- Minimal BMN tables: qc/tables_mini.md
- Deep Learning: dl/dl.md
- Lattice Monte Carlo:
- mc/mc.md
- Energy figures: mc/figures.md
- Energy tables: mc/tables.md
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
palette:
- primary: lime
- accent: indigo
logo: assets/logo.png
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- def_list
- attr_list
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js