From 16173a9dd47a0082508480955c3c28448df9384e Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Jul 2021 13:46:50 -0400 Subject: [PATCH] Add _sass/merlot.scss to allow importing with theme name while using jekyll-remote-theme --- _sass/merlot.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _sass/merlot.scss diff --git a/_sass/merlot.scss b/_sass/merlot.scss new file mode 100644 index 0000000..9f4fa11 --- /dev/null +++ b/_sass/merlot.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-merlot";