Switch to Hugo-based build
This commit is contained in:
parent
21feddaf52
commit
10b809eebd
18 changed files with 257 additions and 0 deletions
7
themes/custom/layouts/partials/head.html
Normal file
7
themes/custom/layouts/partials/head.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue