From 8a1a6d3a897b373ed2b9668c675c80b77ac6d53d Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 13 Dec 2016 11:20:06 -0500 Subject: [PATCH] normalize stylesheet naming --- Gemfile | 1 - _config.yml | 2 +- _layouts/default.html | 2 +- _sass/{dinky.scss => jekyll-theme-dinky.scss} | 2 ++ assets/css/style.scss | 4 ++++ assets/css/styles.scss | 5 ----- 6 files changed, 8 insertions(+), 8 deletions(-) rename _sass/{dinky.scss => jekyll-theme-dinky.scss} (99%) create mode 100644 assets/css/style.scss delete mode 100644 assets/css/styles.scss diff --git a/Gemfile b/Gemfile index bda6843..fa75df1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,3 @@ source 'https://rubygems.org' -gem "github-pages", :github => "github/pages-gem", :branch => "master" gemspec diff --git a/_config.yml b/_config.yml index 0e8b42a..d5d54fc 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,4 @@ title: Dinky theme description: Dinky is a red hot theme for GitHub Pages. show_downloads: true google_analytics: -theme: +theme: jekyll-theme-dinky diff --git a/_layouts/default.html b/_layouts/default.html index cfdfae1..90aa36e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} - +