-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (28 loc) · 762 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (28 loc) · 762 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
31
32
site_name: Software Development Best Practices
site_author: Fernando Gelin
repo_url: https://github.com/compbiocore/cbc-documentation-templates
site_description: Documentation templates and best-practices for Brown's Computational Biology Core.
site_url: https://compbiocore.github.io/
theme:
name: material
feature:
tabs: false
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'
- Documentation Set Up: 'mkdocs.md'
- Continuous Deployment: 'index_site.md'
- Templates: 'readme.md'
- Semantic Release: 'semantic_release.md'