init project

This commit is contained in:
2023-05-17 01:12:02 +02:00
commit dd92e00845
20 changed files with 3976 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{{ $css := resources.Get "styles/main.scss" | toCSS | postCSS }}
{{ if hugo.IsProduction }}
{{ $css = $css | minify | fingerprint | resources.PostProcess }}
{{ end }}
<link data-production="{{ hugo.IsProduction }}" rel="stylesheet" href="{{ $css.RelPermalink }}">