-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
59 lines (53 loc) · 1.37 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
site_name: BeeHive
site_url: https://trackball.run/
site_description: A flexible open hardware platform for behavioural experiments
site_sub_description: Science <i>your</i> way
repo_name: roaldarbol/beehive
repo_url: https://github.com/roaldarbol/roaldarbol.github.io
# Theme
theme:
custom_dir: material/
name: material
include_sidebar: true
features:
- navigation.sections
- navigation.tabs
- toc.integrate
logo: 'assets/images/beehive.png'
icon:
repo: 'fontawesome/brands/github'
palette:
- media: "(prefers-color-scheme: light)"
primary: amber
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Extras
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
plugins:
- search
- bibtex:
cite_style: 'plain'
bib_file: 'docs/bibliography.bib'
#csl_file: 'docs/apa.csl'
markdown_extensions:
- footnotes
- admonition
# Page tree
nav:
- Home: index.md
- Getting started:
- user-guide.md
- Recipes:
- recipes/intro.md
- Incubator: recipes/incubator.md
- Ingredients:
- ingredients/summary.md