forked from capriosa/mkdocs-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (56 loc) · 1.66 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
52
53
54
55
56
57
58
59
60
61
62
63
site_name: Online-Dokumentationen
site_description: A Material Design theme for MkDocs
site_author: Meinolf Droste
site_url: http://mdwp-mkdocs-cms.netlify.com/
# Theme directory
theme:
name: mkdocs
custom_dir: material
extra:
social:
- type: 'github'
link: 'https://github.com/capriosa'
- type: 'twitter'
link: 'https://twitter.com/mdwp'
- type: 'facebook'
link: 'https://facebook.com/mdwp.de'
feature:
tabs: true
palette:
primary: indigo
accent: pink
extra_css:
- 'stylesheets/extra.css'
repo_name: 'timhibberd/mkdocs-cms'
repo_url: 'https://github.com/timhibberd/mkdocs-cms'
# Copyright
copyright: '<a href="https://www.mdwp.de">mdwp</a>'
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite(guess_lang=false)
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc(permalink=true)
- markdown.extensions.arithmatex
# Page tree
pages:
- 'MkDocs-CMS': 'index.md'
- 'MkDocs Dokumentation': 'mkdocs.md'
- 'Getting started': 'getting-started.md'
- 'HTML-Elemente': 'specimen.md'
- 'Anpassungen': 'customization.md'
- Erweiterungen:
- 'Admonition': 'extensions/admonition.md'
- 'CodeHilite': 'extensions/codehilite.md'
- 'Footnotes': 'extensions/footnotes.md'
- 'Metadata': 'extensions/metadata.md'
- 'Permalinks': 'extensions/permalinks.md'
- 'PyMdown': 'extensions/pymdown.md'
- 'Release notes': 'release-notes.md'
- 'Contributing': 'contributing.md'
- 'License': 'license.md'
- 'M. Droste': 'mdroste.md'
- 'Kontakt': 'kontakt.md'
- 'Impressum': 'impressum.md'