forked from compbiocore/nmrdock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (26 loc) · 697 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (26 loc) · 697 Bytes
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
site_name: Computational Biology Core - Brown University
site_author: Andrew Leith
repo_url: https://github.com/compbiocore/nmrdock
site_description: NMR Docker Image
site_url: https://compbiocore.github.io/ #this is the main site!
google_analytics: ['UA-115983496-2', 'compbiocore.github.io']
theme:
name: material
palette:
primary: 'blue grey'
accent: 'indigo'
logo: images/cbc-logo.svg
extra_css:
- styles/dark_mode.css
markdown_extensions:
- extra
- tables
- fenced_code
- admonition
- codehilite
- footnotes
nav:
- Home: 'index.md'
- Walkthroughs: 'walkthroughs.md'
- Tool Overview: 'overview.md'
- Instructional Media: 'media.md'