Minify output (closes #1)

This commit is contained in:
Zoey 2022-10-03 01:13:37 -07:00
parent 34612d1aac
commit 74a38dfea8
No known key found for this signature in database
GPG key ID: 0E87B6A5795E040B
3 changed files with 47 additions and 2 deletions

View file

@ -13,6 +13,7 @@ gray_matter = "0.2"
handlebars = "4.1"
hotwatch = { version = "0.4", optional = true }
lol_html = "0.3"
minifier = { version = "0.2", features = ["html"] }
pulldown-cmark = { version = "0.9", default-features = false, features = ["simd"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"