-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (54 loc) · 1.48 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
60
site_name: MAGICC Lab
site_description: 'Primary website of MAGICC lab, showing relevent research and accomplishments'
site_url: https://byu-magicc.github.io/
site_author: 'MAGICC lab members'
edit_uri: 'https://github.com/byu-magicc/byu-magicc.github.io/edit/main/docs/'
theme:
name: material
features:
- content.action.edit
- navigation.tabs
palette:
primary: custom
accent: custom
favicon: assets/favicon.ico
logo: assets/byu-logo.svg
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- codehilite:
linenums: false
guess_lang: false
- footnotes
- md_in_html
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- toc:
permalink: true
plugins:
- glightbox
- search
nav:
- Home: index.md
- Directory:
- Overview: directory/overview.md
- Faculty: directory/faculty.md
- Students: directory/students.md
- Research:
- Current Projects: research/current_projects.md
- Past Projects: research/past_projects.md
- Publications: research/publications.md
- YouTube: https://www.youtube.com/user/MAGICCLab/videos
- CAAMS Website: https://caams.center/
- Wiki: https://byu-magicc.github.io/wiki/
- GitHub: https://github.com/byu-magicc