From c169a27ac4a9d3648c44ddd8d740849eb58ac6c0 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Jul 2021 13:45:20 -0400 Subject: [PATCH] Add _sass/dinky.scss to allow importing with theme name while using jekyll-remote-theme --- _sass/dinky.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _sass/dinky.scss diff --git a/_sass/dinky.scss b/_sass/dinky.scss new file mode 100644 index 0000000..c08e1fe --- /dev/null +++ b/_sass/dinky.scss @@ -0,0 +1,4 @@ +// Placeholder file. If your site uses +// @import "{{ site.theme }}"; +// Then using this theme with jekyll-remote-theme will work fine. +@import "jekyll-theme-dinky";