-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (56 loc) · 1.53 KB
/
Copy pathmkdocs.yml
File metadata and controls
66 lines (56 loc) · 1.53 KB
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
site_name: ELIXIR lesson template instructions
nav:
- Home: index.md
- Setting up a new repository: chapters/chapter_01.md
- Customize the repository: chapters/chapter_02.md
- Adding content: chapters/chapter_03.md
- Credit and recognition: chapters/chapter_04.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-LessonTemplateInstructions-MkDocs
repo_url: https://github.com/elixir-europe-training/ELIXIR-TrP-LessonTemplateInstructions-MkDocs
edit_uri: edit/main/docs/
plugins:
- search
- bibtex:
bib_file: "references.bib"
- mkdocs-video # embed videos to the docs
# Footer
copyright: Creation of this material was funded by project# and is made availiable under a CC-BY 4.0 licence
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:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- neoteroi.cards
- addbioschemas
extra_css:
- stylesheets/extra.css
- stylesheets/neoteroi-mkdocs.css