diff --git a/assets/css/style_gemini.css b/assets/css/gemini/style.css similarity index 100% rename from assets/css/style_gemini.css rename to assets/css/gemini/style.css diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html index 13b7258..94f010d 100644 --- a/layouts/partials/head/css.html +++ b/layouts/partials/head/css.html @@ -1,7 +1,9 @@ - -{{- $style := resources.Get "css/style_gemini.css" | resources.ExecuteAsTemplate "css/style_gemini.css" . }} +{{- $scheme := lower .Site.Params.scheme }} +{{- $styleScheme := (printf "css/%s/style.css" $scheme) }} + +{{- $style := resources.Get $styleScheme | resources.ExecuteAsTemplate $styleScheme . }} - \ No newline at end of file + \ No newline at end of file diff --git a/static/css/main_gemini.css b/static/css/gemini/main.css similarity index 100% rename from static/css/main_gemini.css rename to static/css/gemini/main.css diff --git a/static/css/a_hover.css b/static/css/hover.css similarity index 100% rename from static/css/a_hover.css rename to static/css/hover.css