forked from Siphalor/mkdocs-custommill-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (38 loc) · 1.02 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
site_name: 'CustomMill MkDocs Theme'
site_description: 'Another iteration on the awesome Windmill theme for MkDocs'
site_author: 'Siphalor'
repo_url: https://github.com/Siphalor/mkdocs-custommill
theme:
name: null
custom_dir: mkdocs_custommill
# Copy settings from mkdocs_theme.yml, which is ignored by custom_dir themes.
static_templates: [404.html, index.html, css/base.css]
search_index_only: true
include_search_page: true
home: usage
main_color: "#bb0000"
gray: "#e0e0e0"
lighter_gray: "#eeeeee"
date_time_format: "%Y-%m-%d %H:%M:%S %Z"
toc_depth: 2
nav:
- Usage: usage.md
- Customization: customization.md
- Samples:
- Sample Page A: sample-a.md
- Sample Subfolder:
- Sample Subpage A1: a/sample-a1.md
- Sample Subpage A2: a/sample-a2.md
- Sample Page B: sample-b.md
markdown_extensions:
- admonition
- toc:
permalink: '#'
extra:
history_buttons: false
version: v1.2.1
nav_links:
- icon: twitter
icon_type: brand
text: Siphalor
url: https://twitter.com/Siphalor