-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
93 lines (83 loc) · 2.12 KB
/
mkdocs.yaml
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
site_name: Genome Blog by the hCNV Community
site_description: 'Genome Blog by the hCNV Community'
site_author: Michael Baudis
copyright: ''
repo_name: 'genome-blog'
site_url: https://genome.blog
repo_url: https://github.com/hcnv/genome-blog
edit_uri: edit/master/docs/blog
###############################################################################
nav:
- Genome Blog: index.md
- hCNV Community Home: http://cnvar.org
- Info: info.md
###############################################################################
markdown_extensions:
- toc:
toc_depth: 2-3
permalink: true
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.magiclink:
hide_protocol: true
- pymdownx.mark
- pymdownx.tilde
- pymdownx.saneheaders
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- mdx_gh_links:
user: hCNV
repo: genome-blog
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
###############################################################################
theme:
name: material
palette:
primary: indigo
favicon: img/hCNV-logo.svg
icon:
repo: fontawesome/brands/github-alt
admonition:
example: octicons/list-ordered-24
features:
- content.tabs.link
- search.highlight
- search.share
# - navigation.instant
# - navigation.tracking
# - navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
custom_dir: extra
plugins:
- search
- macros
- mermaid2
extra:
blog:
dir: blog
list_length: 50
extended_preview: true
excerpt_separator: <!--more-->
social:
- icon: fontawesome/brands/github
link: https://github.com/hcnv/genome-blog/tree/main/docs/blog
extra_css:
- css/theme_overrides.css