Skip to content

Commit 511ce8e

Browse files
committed
normalize css
1 parent 6d33f57 commit 511ce8e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem "github-pages", :github => "github/pages-gem", :branch => "master"
43
gemspec

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ title: Slate theme
22
description: Slate is a theme for GitHub Pages.
33
show_downloads: true
44
google_analytics:
5-
theme:
5+
theme: jekyll-theme-slate

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="chrome=1">
77
<meta name="description" content="{{ site.title | default: site.github.repository_name }} : {{ site.description | default: site.github.project_tagline }}">
88

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

1111
<title>{{ site.title | default: site.github.repository_name }}</title>
1212
</head>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "rouge-github";
2+
13
/*******************************************************************************
24
MeyerWeb Reset
35
*******************************************************************************/

assets/css/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";

assets/css/styles.scss

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)