42 lines
976 B
YAML
42 lines
976 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
|
|
theme:
|
|
name: material
|
|
language: de
|
|
font: false
|
|
logo: ../logo.png
|
|
favicon: ../icon.png
|
|
custom_dir: overrides
|
|
extra_javascript:
|
|
- js/snap.svg-min.js
|
|
- js/underscore-min.js
|
|
- js/sequence-diagram-min.js
|
|
markdown_extensions:
|
|
- abbr
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.keys
|
|
- pymdownx.tabbed
|
|
plugins:
|
|
- sequence-js:
|
|
theme: hand
|
|
popup: true
|
|
- 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
|