Compare commits

..

2 Commits

Author SHA1 Message Date
Florian Hensel
50e20a3489 mkdocs für codeblöcke optimiert 2025-12-17 11:02:52 +01:00
Florian Hensel
31c6a6241e robots.txt vor komplettem Neuaufbau hinzugefügt 2025-12-17 10:35:04 +01:00
2 changed files with 17 additions and 1 deletions

2
mkdocs/docs/robots.txt Normal file
View File

@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

View File

@@ -26,6 +26,8 @@ theme:
logo: assets/Logo.png
name: material
features:
- content.code.copy
- content.code.select
- navigation.sections
palette:
- media: "(prefers-color-scheme)"
@@ -50,9 +52,19 @@ theme:
# Markdown extensions
markdown_extensions:
- attr_list
- adminition
- tables
- attr_list
- md_in_html
- pymdownx.blocks.caption
# - toc:
# permalink: true
- pymdownx.highlight
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
@@ -63,7 +75,9 @@ markdown_extensions:
- pymdownx.mark
- pymdownx.tilde
plugins:
- permalink: true
- offline
- minify
- search:
- optimize:
concurrency: 2