Files
webseiten-mit-mkdocs/mkdocs.yml
T
Bernd Reuther e529cbc2e9 Änderungsdatum
2020-10-23 15:05:02 +02:00

47 lines
1.1 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
plugins:
- search
- mermaid2
- with-pdf:
copyright: Copyright © 2020 Bernd Reuther
toc_title: Inhaltsverzeichnis
render_js: true
headless_chrome_path: chromium-browser
# verbose: true
- user-defined-values:
keywords:
IP_ADRESSE:
placeholder: z.B. 0.0.0.0
DOMAIN_NAME:
placeholder: z.B. fritz.box
- git-revision-date-localized:
type: datetime