-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (45 loc) · 1.23 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
50
# Project information
site_name: 'GIS4WRF'
site_description: 'Toolkit for pre- and post-processing, visualizing, and running simulations in WRF'
site_author: 'D. Meyer and M. Riechert'
site_url: 'https://gis4wrf.github.io'
# Repository
repo_name: 'gis4wrf/gis4wrf'
repo_url: 'https://github.com/GIS4WRF/gis4wrf'
edit_uri: '' # disable 'Edit this page' option (https://www.mkdocs.org/user-guide/configuration/#edit_uri)
# Copyright
copyright: 'Copyright 2018 D. Meyer and M. Riechert'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'white'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
favicon: 'assets/images/gis4wrf_logo.png'
logo: 'assets/images/gis4wrf_logo.png'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
- pymdownx.mark
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist
# Page tree
nav:
- Home: index.md
- Installation: installation/index.md
- Configuration: configuration/index.md
- Documentation: documentation/index.md
- Tutorials: tutorials/index.md
- How to cite: cite/index.md
- Report a bug: bugs/index.md
- Copyright and license: license/index.md