diff --git a/.gitignore b/.gitignore index 364fdec..43dd795 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ public/ +resources/_gen/ diff --git a/assets/style.css b/assets/style.scss similarity index 100% rename from assets/style.css rename to assets/style.scss diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5c8f36a..3e825e7 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,7 +7,7 @@ {{ .Site.Title }} {{ end }} - {{ $style := resources.Get "style.css" | minify }} + {{ $style := resources.Get "style.scss" | resources.ToCSS | minify }}