-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
70 lines (65 loc) · 1.7 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
67
68
69
70
site_name: GSMc
site_author: Jane Lees, Vladimir Mikryukov
site_description: GSMc - The Global Soil Mycobiome consortium
copyright: "Copyright © 2023 GSMc. All rights reserved."
site_url: https://GSMc-Fungi.github.io/
repo_url: https://github.com/GSMc-Fungi/GSMc-Fungi.github.io
repo_name: "GSMc-Fungi/GSMc-Fungi.github.io"
theme:
name: material
# custom_dir: material # to override landing page
palette: # https://www.materialpalette.com/colors
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Switch to light mode
logo: assets/images/GSMc_G_small.png
favicon: assets/favicon.ico
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
features:
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- navigation.footer
- header.autohide
- content.action.edit
- content.code.annotate
markdown_extensions:
- attr_list
- md_in_html
- footnotes
- admonition
- toc:
permalink: True
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- 'About': 'index.md'
- 'Sampling map': 'sampling_map.md'
- 'Publications': 'publications.md'
- 'Projects': 'projects.md'
- 'Collaboration': 'Collaboration.md'