Skip to content

Commit

Permalink
normalize stylesheet naming
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Dec 13, 2016
1 parent d0146b4 commit 8a1a6d3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
@@ -1,4 +1,3 @@
source 'https://rubygems.org'

gem "github-pages", :github => "github/pages-gem", :branch => "master"
gemspec
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
<link href='https://fonts.googleapis.com/css?family=Arvo:400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
Expand Down
2 changes: 2 additions & 0 deletions _sass/dinky.scss → _sass/jekyll-theme-dinky.scss
@@ -1,3 +1,5 @@
@import "rouge-github";

/* MeyerWeb Reset */

html, body, div, span, applet, object, iframe,
Expand Down
4 changes: 4 additions & 0 deletions assets/css/style.scss
@@ -0,0 +1,4 @@
---
---

@import '{{ site.theme }}';
5 changes: 0 additions & 5 deletions assets/css/styles.scss

This file was deleted.

0 comments on commit 8a1a6d3

Please sign in to comment.