Add _sass/hacker.scss to allow importing with theme name while using jekyll-remote-theme

This commit is contained in:
Parker Moore
2021-07-26 13:46:13 -04:00
parent 8367f9d595
commit 61560906e0

4
_sass/hacker.scss Normal file
View File

@@ -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-hacker";