16 lines
293 B
YAML
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
|