-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (52 loc) · 1.46 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
site_name: Markdown Template for BPA
site_description: This is the markdown template for BPA
site_author: Author1, Author2
#site_url: 'https://bpa-csiro-workshops.github.io/'
copyright: '© The authors; 2017-'
#Documentation and theme
theme: material
# Options
extra:
palette:
primary: 'indigo'
accent: 'light blue'
feature:
tabs: true
logo: 'media/logos/bpalogo.png'
site_favicon: 'media/logos/bpalogo.png'
markdown_extensions:
- admonition
- smarty
- tables
- markdown_include.include
- codehilite(linenums=true)
# - codehilite
- toc(permalink=true)
- mdx_math
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde
- pymdownx.details
extra_css:
#- css/extra.css
- css/details.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- js/details.js
pages:
- Home: index.md
- Timetable: modules/timetables/timetable_cancer.md
- Initial Setup Instructions: modules/setup_editing/mkdocs_setup.md
- Editing Instructions: modules/setup_editing/editing.md
#- ModuleA:
# - ExampleA: modules/example.md
# - ExampleB: modules/example.md
- Workshop Information: preamble.md
- Markdown Template: modules/example/example.md