-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
82 lines (72 loc) · 1.84 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
site_name: 'UCLA OARC Sandbox'
# repo_url: https://github.com/IDREsandbox/sandbox
theme:
name: material
logo: logo.png
# add alt text to the logo
use_directory_urls: true
scheme: slate
palette:
primary: "white"
accent: "amber"
font:
text: "Roboto"
code: "Roboto Mono"
language: "en"
features:
# - navigation.footer
- navigation.tabs
- navigation.indexes
extra:
generator: false
logo_alt: "UCLA OARC Sandbox"
home_page: /learn/
# Navigation
nav:
# - "tags": work/tags/index.md
- Learn: learn/index.md
- "Work": work/index.md
# - "Workshops": learn/resources.md
# - "Tutorials": learn/tutorials.md
- Consult:
- "Consult": consult/index.md
- "Connect with us": consult/connect/index.md
- "Where is the Sandbox?": consult/where/index.md
- "Musings": musings/index.md
extra_css:
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css
- css/style.css
# - https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism.css
- css/prism.css
extra_javascript:
- https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js
- https://cdn.jsdelivr.net/npm/marked/marked.min.js
# - https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js
- js/prism.js
- js/getdata.js
# Extensions
markdown_extensions:
- markdown.extensions.codehilite
- tables
- attr_list
- md_in_html
# Python Markdown
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- meta
plugins:
# - search
- glightbox
# - blog:
# blog_dir: musings