1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 17:22:39 +00:00

Minify HTML & CSS (#1351)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
2022-05-29 17:52:50 +00:00
committed by Daniel Gray
parent f6a25a7dd4
commit a52770e1c0
11 changed files with 45 additions and 14 deletions

View File

@ -77,6 +77,10 @@ watch:
- includes
plugins:
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
- i18n:
default_language: en
material_alternate: true
@ -133,8 +137,8 @@ markdown_extensions:
toc_depth: 4
extra_javascript:
- javascripts/mathjax.js
- javascripts/feedback.js
- assets/javascripts/mathjax.js
- assets/javascripts/feedback.js
nav:
- Home: 'index.md'