chore(link.html): update critical style source and options to improve performance and maintainability

chore(link.html): update main style source and options to improve performance and maintainability
chore(link.html): remove unused meta.html file
chore(nav.html): update decrement and increment buttons to use Unicode characters for better accessibility
chore(plugin/style.html): update style plugin to support inline styles for critical CSS
chore(plugin/style.html): update style plugin to support minification and fingerprinting for main CSS
chore(plugin/style.html): remove script plugin as it is no longer used
chore(plugin/style.html): update style plugin to support inline styles for critical CSS
chore(plugin/style.html): update style plugin to support minification and fingerprinting for main CSS
chore(resources/imageJSON.html): update image resize options for better performance and quality
This commit is contained in:
Sped0n
2023-11-01 23:09:53 +08:00
parent 1ac67f17ae
commit df5d839074
6 changed files with 18 additions and 57 deletions

View File

@@ -6,7 +6,7 @@
{{ $Page.Scratch.Add "img" slice }}
{{ range . }}
{{ $index = sub $index 1 }}
{{ $lores := .Resize "1000x webp Lanczos q70" }}
{{ $lores := .Resize "800x webp Lanczos q60" }}
{{ $hires := .Resize "2500x webp Lanczos q75" }}
{{ $Page.Scratch.Add "img" (dict
"index" (int $index)