generated from elixir-europe-training/ELIXIR-TrP-LessonTemplate-MkDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (58 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
64
65
66
site_name: ELIXIR Training Lesson
nav:
- About: index.md
- Course Content:
- "1. title of first chapter": chapters/chapter_01.md
- "2. title of second chapter": chapters/chapter_02.md
- "References": chapters/references.md
- "Follow up training": follow_up_training.md
theme:
name: material
logo: assets/images/white-orange-logo.png
favicon: assets/images/elixir_favicon.ico
custom_dir: overrides
features:
- navigation.top
- navigation.footer
- toc.integrate
font:
text: Lato
# Repository
repo_name: elixir-europe-training/ELIXIR-TrP-LessonTemplate-MkDocs
repo_url: https://github.com/elixir-europe-training/ELIXIR-TrP-LessonTemplate-MkDocs
edit_uri: edit/main/docs/
plugins:
- tags:
tags_file: keywords.md
- search
- bibtex:
bib_file: "references.bib"
- mkdocs-video # embed videos to the docs
# Footer
copyright: By the ELIXIR Training Platform
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc:
toc_depth: 3
- pymdownx.superfences
- attr_list
- pymdownx.tabbed
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- neoteroi.cards
extra_css:
- stylesheets/extra.css
- stylesheets/neoteroi-mkdocs.css