Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzilcH40 <wlh233@live.com>2022-09-12 11:59:13 +0300
committerzilcH40 <wlh233@live.com>2022-09-12 11:59:13 +0300
commit2d91340c2ba695f935e101e7ab98347c2c72747f (patch)
tree493444ac970195d0459e5bbf8adac429eb7b7a6c /assets/css/hulga.scss
parente847bd01935099671d15224072fb8cea353255c2 (diff)
feat: add option to enable hero looks like steam deck homepage
Diffstat (limited to 'assets/css/hulga.scss')
-rw-r--r--assets/css/hulga.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/hulga.scss b/assets/css/hulga.scss
index abed90a..7b4f00e 100644
--- a/assets/css/hulga.scss
+++ b/assets/css/hulga.scss
@@ -15,3 +15,8 @@ $primary: {{ .Site.Params.primaryColor }};
// can define primary color in theme config
@import "./common.scss";
+
+/* hero looks like steam deck */
+{{ if .Site.Params.heroSteamDeck }}
+@import "./steamdeck.scss"
+{{ end }} \ No newline at end of file