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';