Replace style config deprecation and adjust hugo version
Some checks failed
Build and push chill website image / build (push) Failing after 1m14s
Some checks failed
Build and push chill website image / build (push) Failing after 1m14s
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
{{ end }}
|
||||
{{ $styles := $styles | append (resources.Get "scss/main.scss" | toCSS) }}
|
||||
{{ $styles := $styles | resources.Concat "css/style.css" }}
|
||||
{{ $styles = $styles | resources.PostCSS }}
|
||||
{{ $styles = $styles | css.PostCSS }}
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ $styles = $styles | resources.ExecuteAsTemplate "css/style.css" . | minify | fingerprint | resources.PostProcess }}
|
||||
{{ else }}
|
||||
|
Reference in New Issue
Block a user