Files
webseiten-mit-mkdocs/mkdocs.yml
T
2020-10-22 11:09:43 +02:00

37 lines
880 B
YAML

site_name: Webseiten mit mkdocs
site_url: https://doku.fritz.box/webseiten-mit-mkdocs/
site_description: Webseiten mit markdown und mkdocs erstellen
repo_url: https://git.fritz.box/bernd/name
repo_name: Gitea
site_author: 'Bernd Reuther'
nav:
- Home: index.md
extra_javascript:
- js/mermaid.min.js
theme:
name: material
language: de
font: false
logo: ../logo.png
favicon: ../icon.png
custom_dir: overrides
markdown_extensions:
- abbr
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.tabbed
plugins:
- with-pdf:
copyright: Copyright © 2020 Bernd Reuther
toc_title: Inhaltsverzeichnis
- user-defined-values:
keywords:
IP_ADRESSE:
placeholder: z.B. 0.0.0.0
DOMAIN_NAME:
placeholder: z.B. fritz.box
- mermaid2