From 1d76c1aa38a88d53b2227ec1995096fe0256d384 Mon Sep 17 00:00:00 2001 From: Aravind SV Date: Fri, 14 Jun 2019 10:47:22 -0400 Subject: [PATCH] Move assets to correct locations --- themes/hugo-book/assets/{ => stylesheets}/_font-face.scss | 0 themes/hugo-book/assets/{ => stylesheets}/_markdown.scss | 0 themes/hugo-book/assets/{ => stylesheets}/_utils.scss | 0 themes/hugo-book/assets/{ => stylesheets}/_variables.scss | 0 themes/hugo-book/assets/{ => stylesheets}/book.scss | 0 themes/hugo-book/layouts/partials/docs/html-head.html | 4 ++-- themes/hugo-book/static/{ => stylesheets}/normalize.min.css | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename themes/hugo-book/assets/{ => stylesheets}/_font-face.scss (100%) rename themes/hugo-book/assets/{ => stylesheets}/_markdown.scss (100%) rename themes/hugo-book/assets/{ => stylesheets}/_utils.scss (100%) rename themes/hugo-book/assets/{ => stylesheets}/_variables.scss (100%) rename themes/hugo-book/assets/{ => stylesheets}/book.scss (100%) rename themes/hugo-book/static/{ => stylesheets}/normalize.min.css (100%) diff --git a/themes/hugo-book/assets/_font-face.scss b/themes/hugo-book/assets/stylesheets/_font-face.scss similarity index 100% rename from themes/hugo-book/assets/_font-face.scss rename to themes/hugo-book/assets/stylesheets/_font-face.scss diff --git a/themes/hugo-book/assets/_markdown.scss b/themes/hugo-book/assets/stylesheets/_markdown.scss similarity index 100% rename from themes/hugo-book/assets/_markdown.scss rename to themes/hugo-book/assets/stylesheets/_markdown.scss diff --git a/themes/hugo-book/assets/_utils.scss b/themes/hugo-book/assets/stylesheets/_utils.scss similarity index 100% rename from themes/hugo-book/assets/_utils.scss rename to themes/hugo-book/assets/stylesheets/_utils.scss diff --git a/themes/hugo-book/assets/_variables.scss b/themes/hugo-book/assets/stylesheets/_variables.scss similarity index 100% rename from themes/hugo-book/assets/_variables.scss rename to themes/hugo-book/assets/stylesheets/_variables.scss diff --git a/themes/hugo-book/assets/book.scss b/themes/hugo-book/assets/stylesheets/book.scss similarity index 100% rename from themes/hugo-book/assets/book.scss rename to themes/hugo-book/assets/stylesheets/book.scss diff --git a/themes/hugo-book/layouts/partials/docs/html-head.html b/themes/hugo-book/layouts/partials/docs/html-head.html index 823ff35e54..a5ec48f3f8 100644 --- a/themes/hugo-book/layouts/partials/docs/html-head.html +++ b/themes/hugo-book/layouts/partials/docs/html-head.html @@ -13,8 +13,8 @@ - + -{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} +{{ $styles := resources.Get "stylesheets/book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} {{ template "_internal/google_analytics_async.html" . }} diff --git a/themes/hugo-book/static/normalize.min.css b/themes/hugo-book/static/stylesheets/normalize.min.css similarity index 100% rename from themes/hugo-book/static/normalize.min.css rename to themes/hugo-book/static/stylesheets/normalize.min.css