-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
47 lines (40 loc) · 1.2 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
site_name: Hackspace Manchester Documentation
site_url: https://docs.hacman.org.uk
repo_url: https://github.com/HACManchester/documentation/
theme:
name: material
custom_dir: 'theme'
features:
- tabs
plugins:
- search
- emailprotect
- mkdocs-video
- mdoctag:
tagpage_dir: 'tags'
data_filename: 'tags.json'
- git-revision-date-localized
markdown_extensions:
- pymdownx.highlight:
use_pygments: false
- attr_list
- md_in_html
- pymdownx.keys
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.blocks.admonition
- pymdownx.blocks.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
# HighlightJS for coloring in code blocks - https://highlightjs.org/static/demo/
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/highlight.min.js
- assets/js/hljs/config.js
# Sortable tables
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- assets/js/sorttable/config.js
extra_css:
# HighlightJS for coloring in code blocks - https://highlightjs.org/static/demo/
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/styles/atelier-dune-light.min.css