-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (38 loc) · 871 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (38 loc) · 871 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
33
34
35
36
37
38
site_name: skedulord
repo_url: https://github.com/koaning/skedulord
site_url: https://koaning.github.io/skedulord/
site_description: A nice way to schedule and log.
site_author: Vincent D. Warmerdam
use_directory_urls: false
nav:
- Index: index.md
- Getting Started: getting-started.md
- CLI API: cli.md
plugins:
- search
copyright: Copyright © 2020 Maintained by <a href="https://twitter.com/fishnets88">Vincent</a>.
theme:
name: material
logo: logo.png
font:
text: Ubuntu
code: Ubuntu Mono
feature:
tabs: true
palette:
primary: white
accent: teal
features:
- navigation.tabs
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
guess_lang: true
- toc:
permalink: true