Switch to Hugo-based build

This commit is contained in:
Antoine Martin 2022-11-18 23:26:44 +01:00
parent 21feddaf52
commit 10b809eebd
18 changed files with 257 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<head>
<meta charset="utf-8">
{{ $sassOptions := (dict "targetPath" "style.css" "enableSourceMap" (not hugo.IsProduction)) }}
{{ $style := resources.Get "sass/main.scss" | resources.ToCSS $sassOptions }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" type="text/css">
</head>