From e7cd890a2bf4679e5fbda3e873588b5de2cd9a5c Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 13 Dec 2016 15:25:38 -0500 Subject: [PATCH] hard code theme name in stylesheet to avoid conflict --- _config.yml | 2 +- assets/css/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index bc398c5..7baaa17 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,4 @@ title: Hacker theme description: Hacker is a theme for GitHub Pages. show_downloads: true google_analytics: -theme: jekyll-theme-hacker +theme: diff --git a/assets/css/style.scss b/assets/css/style.scss index 25d0229..5f1392b 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -1,4 +1,4 @@ --- --- -@import '{{ site.theme }}'; +@import 'jekyll-theme-hacker';