44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
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:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:mermaid2.fence_mermaid
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.keys
|
|
- pymdownx.tabbed
|
|
- plantuml:
|
|
outpath: "images"
|
|
plugins:
|
|
- search
|
|
- mermaid2
|
|
- 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 |