-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
75 lines (68 loc) · 1.74 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
71
72
73
74
75
site_name: Metagenomics @ 2024 PIG-PARADIGM annual meeting
repo_url: https://github.com/ngs-docs/2024-pig-paradigm-workshop
copyright: Copyright © 2023-2024 Titus Brown and Anneliek ter Horst
nav:
- Introduction:
- index.md
- Tutorials:
- single-metagenomes-taxonomy.md
- comparing-metagenomes.md
- amr.md
markdown_extensions:
- toc:
permalink: true
- def_list
- attr_list
- admonition
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# - javascripts/mathjax.js
theme:
name: material
features:
- content.code.annotate
#- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- navigation.footer
- navigation.tracking
- search.highlight
- search.share
- search.suggest
logo: assets/ucdavis_logo_gold.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- scheme: ucdavis
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode