-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
41 lines (35 loc) · 886 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
38
39
40
41
site_name: 'Django Bootstrap Customizer'
site_url: 'https://johnfraney.github.io/django-bootstrap-customizer/'
repo_name: 'johnfraney/django-bootstrap-customizer'
repo_url: 'https://github.com/johnfraney/django-bootstrap-customizer'
nav:
- Home: index.md
- Models: models.md
- Template Tags: template_tags.md
- Views: views.md
- Middleware: middleware.md
- Advanced Usage: advanced_usage.md
- Example Project: example_project.md
- FAQ: faq.md
dev_addr: '127.0.0.1:8008'
# Copyright
copyright: 'Copyright © 2018 John Franey'
extra:
social:
- type: 'github'
link: 'https://github.com/johnfraney'
# Theme configuration
theme:
name: 'material'
logo:
icon: 'palette'
palette:
primary: 'deep purple'
accent: 'indigo'
# Google Analytics
google_analytics:
- 'UA-125394319-2'
- 'auto'
# Extensions
markdown_extensions:
- codehilite