19 lines
329 B
YAML
19 lines
329 B
YAML
site_name: tasia's website
|
|
site_url: https://tilde.club/~tasiaiso/
|
|
|
|
theme:
|
|
name: null
|
|
custom_dir: "theme/"
|
|
|
|
plugins:
|
|
# - search
|
|
- minify:
|
|
minify_html: true
|
|
minify_js: true
|
|
minify_css: true
|
|
htmlmin_opts:
|
|
remove_comments: true
|
|
cache_safe: true
|
|
# css_files:
|
|
# - style.css
|