Skip to content

Commit

Permalink
normalize css
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Dec 13, 2016
1 parent 6d33f57 commit 511ce8e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ title: Slate theme
description: Slate is a theme for GitHub Pages.
show_downloads: true
google_analytics:
theme:
theme: jekyll-theme-slate
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="{{ site.title | default: site.github.repository_name }} : {{ site.description | default: site.github.project_tagline }}">

<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/styles.css' | relative_url }}">
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css' | relative_url }}">

<title>{{ site.title | default: site.github.repository_name }}</title>
</head>
Expand Down
2 changes: 2 additions & 0 deletions _sass/slate.scss → _sass/jekyll-theme-slate.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "rouge-github";

/*******************************************************************************
MeyerWeb Reset
*******************************************************************************/
Expand Down
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -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 511ce8e

Please sign in to comment.