-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (43 loc) · 1.11 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
site_name: Open Research Bases
site_description: 'Open Research Bases for reproducible build, deploy, and publish'
site_author: 'OpenBases Github Maintainers'
repo_name: 'openbases/openbases.github.io'
repo_url: 'https://github.com/openbases/openbases.github.io'
theme:
name: material
logo: 'img/logo/color/openbases-shapes-color.png'
custom_dir: 'theme'
palette:
primary: 'blue'
accent: 'red'
font:
text: 'Roboto'
code: 'Roboto Mono'
extra:
social:
- type: 'github'
link: 'https://github.com/openbases'
- type: 'twitter'
link: 'https://twitter.com/vsoch'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/vsochat'
extra_css:
- 'assets/css/extra.css'
extra_javascript:
- 'assets/js/extra.js'
markdown_extensions:
- markdown_include.include:
base_path: src
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
docs_dir: src
site_dir: ../openbases.github.io
pages:
- Home: index.md
- Bases: bases.md
- About: about.md
# Copyright
copyright: 'Copyright © 2018 - Vanessa Sochat and OpenBases Maintainers'