-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
51 lines (48 loc) · 1.17 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
51
site_name: MkDocs Simple Blog
repo_name: FernandoCelmer/mkdocs-simple-blog
repo_url: https://github.com/FernandoCelmer/mkdocs-simple-blog
site_url: https://www.fernandocelmer.com
copyright: Fernando Celmer
nav:
- Home: index.md
- Getting Started: nav/getting-started.md
- Components:
- nav/components/sidebar.md
- nav/components/top-menu.md
- nav/components/preview.md
- nav/components/footer.md
- nav/components/site-name.md
- nav/components/standard-title.md
- Styles:
- nav/styles/highlightjs.md
- nav/styles/favicon.md
- nav/styles/colors.md
- nav/styles/logo.md
- Development:
- nav/development/development-guide.md
- nav/development/release-notes.md
theme:
name: simple-blog
favicon: assets/favicon.ico
logo: assets/logo.png
theme_style: light
site_name_style: bold
title_style: bold
sidebar: true
navigation_depth: 2
highlightjs: true
- yaml
- python
colors:
text: black
title: black
primary: black
background: white
components:
site_name: true
title: false
menu: true
preview: true
footer: true
extra_javascript:
- assets/custom.js