-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathmkdocs.yml
37 lines (32 loc) · 802 Bytes
/
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
site_name: 'Bioinformatica em português'
site_url: 'https://lmigueel.github.io/Bioinformatica'
site_description: 'Pipelines e workflows para Bioinformatica'
site_author: 'Lucas Miguel de Carvalho'
repo_name: 'lmigueel/Bioinformatica'
repo_url: 'https://github.com/lmigueel/Bioinformatica'
nav:
- Home: 'index.md'
- Geral: 'geral.md'
- Genomica: 'genomica.md'
- Transcriptomica: 'transcriptomica.md'
- Systems Biology: 'systems.md'
- Linguagem R: 'linguagemR.md'
- Outros: 'outros.md'
theme:
name: 'material'
palette:
primary: 'White'
accent: 'Light Blue'
font:
text: 'Nunito Sans'
code: 'Fira Mono'
logo:
icon: 'book'
markdown_extensions:
- 'admonition'
- 'footnotes'
- 'codehilite'
- 'pymdownx.arithmatex'
plugins:
- 'search'
- 'mknotebooks'