Use SASS for styling #2

Merged
luca merged 1 commits from use_sass into main 2020-11-12 21:17:00 +01:00
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
public/ public/
resources/_gen/

View File

@ -7,7 +7,7 @@
{{ .Site.Title }} {{ .Site.Title }}
{{ end }}</title> {{ end }}</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo="> <link rel="icon" href="data:;base64,iVBORw0KGgo=">
{{ $style := resources.Get "style.css" | minify }} {{ $style := resources.Get "style.scss" | resources.ToCSS | minify }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}"> <link rel="stylesheet" href="{{ $style.RelPermalink }}">
</head> </head>
<body> <body>