add support for custom partials
Some checks are pending
Build Site / build (push) Waiting to run
Build Site / deploy (push) Blocked by required conditions

This commit is contained in:
zyl 2025-01-14 13:30:34 -08:00
parent fd40a5d31a
commit 1d502881f6
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
7 changed files with 690 additions and 350 deletions

View file

@ -12,8 +12,10 @@ fs_extra = "1.2"
futures = {version = "0.3", optional = true}
grass = {version = "0.13", default-features = false}
hotwatch = {version = "0.5", optional = true}
html5ever = "0.29"
include_dir = "0.7"
itertools = "0.13"
itertools = "0.14"
kuchikiki = "0.8.6-speedreader"
lol_html = "2"
minifier = {version = "0.3", features = ["html"]}
percent-encoding = {version = "2", optional = true}