Use SASS for styling
This commit is contained in:
parent
0aaa190769
commit
c920981b1a
|
@ -1 +1,2 @@
|
|||
public/
|
||||
resources/_gen/
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{{ .Site.Title }}
|
||||
{{ end }}</title>
|
||||
<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 }}">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue