Switch to pre-built CSS pipeline: postcss before Hugo, no pipe subprocess

This commit is contained in:
Vigilio Desto 2026-04-10 17:52:03 +02:00
parent e8f5e78881
commit f8821c226d
Signed by: vigilio
GPG key ID: 159D6AD58C8E55E9
2 changed files with 2 additions and 1 deletions

1
assets/css/asw-built.css Normal file

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ block "title" . }}{{ .Title }} — {{ .Site.Title }}{{ end }}</title>
{{ $css := resources.Get "css/asw.css" | postCSS | minify | fingerprint }}
{{ $css := resources.Get "css/asw-built.css" | minify | fingerprint }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
{{ block "head" . }}{{ end }}
</head>