-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
76 lines (68 loc) · 1.97 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
76
site_name: Common Fund Data Ecosystem Training
site_description: >-
We are working to make Common Fund data more accessible to researchers and clinicians like you! </br></br>Choose from our growing list of tutorials and resources to learn how to perform bioinformatic analyses and access data
site_url: ""
use_directory_urls: false
theme:
name: material
palette:
#scheme: preference
primary: white
#accent: teal
# features:
# - navigation.tabs
# - navigation.instant
#- navigation.sections
favicon: images/CFDE-logo-white-outline.png
logo: images/CFDE-logo.png
custom_dir: custom
docs_dir: docs
plugins:
# - search: # necessary for search to work
# separator: '[\s\-\.]+'
- awesome-pages
- git-revision-date-localized
# - offline (only works for 'sponsors')
#- htmlproofer
markdown_extensions:
- admonition
- def_list
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- attr_list
#- pymdownx.emoji:
# emoji_index: !!python/name:material.extensions.emoji.twemoji
# emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed
- pymdownx.extra
- pymdownx.superfences
- pymdownx.extra
- pymdownx.highlight
- pymdownx.keys
- pymdownx.inlinehilite
- codehilite:
guess_lang: false
- toc:
permalink: true
extra:
hypothesis: true
social:
- icon: fontawesome/solid/envelope
link: mailto:CFDE-HelpDesk%20<[email protected]>
- icon: fontawesome/brands/twitter
link: https://twitter.com/CfdeNih
- icon: fontawesome/brands/github
link: https://github.com/nih-cfde/training-and-engagement/tree/stable
- icon: material/card-account-mail
link: mailto:CFDE-Training%20<[email protected]>
extra_css:
- stylesheets/extra.css
- stylesheets/asciinema-player.css
- stylesheets/overrides.min.css
extra_javascript:
- javascripts/medium-zoom.min.js
- javascripts/extra.js
- javascripts/asciinema-player.js