new-website-draft/mkdocs.yml
2024-01-24 18:00:15 +01:00

16 lines
293 B
YAML

site_name: C3WOC
site_url: https://c3woc.de/
nav:
- Home: index.md
- About: about.md
theme:
name: 'material'
plugins:
- search
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true