38 lines
808 B
YAML
38 lines
808 B
YAML
site_name: Name
|
|
site_url: https://doku.fritz.box/name/
|
|
site_description: name
|
|
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
|
|
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
|