-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
37 lines (35 loc) · 873 Bytes
/
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
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
- Setup:
- nav/setup/components.md
- nav/setup/colors.md
- nav/setup/fonts.md
- nav/setup/logo.md
- nav/setup/favicon.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: normal
title_style: bold
colors:
text: black
title: black
primary: black
background: white
components:
site_name: true
title: true
menu: true
preview: true
footer: true