-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (38 loc) · 1.2 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
site_name: Dahak Metagenomics
site_url: https://dahak-metagenomics.github.io/dahak-metagenomics.github.io
repo_name: dahak-metagenomics.github.io
repo_url: https://github.com/dahak-metagenomics/dahak-metagenomics.github.io
edit_uri: ""
# This is a boilerplate DIB Lab footer
# This will likely change...
copyright: 'Copyright © 2018 <a href="http://ivory.idyll.org/lab/">Lab for Data Intensive Biology</a> at UC Davis, released under the <a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>'
# change directory names here
docs_dir: docs
site_dir: site
# give a title for each page
pages:
- 'Index' : 'index.md'
theme:
# use local theme
name: null
custom_dir: 'mkdocs-material-dib/material'
# pretty colors! see https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors
palette:
primary: 'brown'
accent: 'brown'
# fun logos! see https://material.io/icons/
logo:
icon: 'line_style'
font:
text: 'Roboto'
code: 'Roboto Mono'
# this will add docs/css/custom.css to all your docs
extra_css:
- css/custom.css
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true