Skip to content

Commit

Permalink
normalize stylesheet names
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Dec 13, 2016
1 parent 4b62d78 commit 41f716c
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: Hacker theme
description: Hacker is a theme for GitHub Pages.
show_downloads: true
google_analytics:
theme:
theme: jekyll-theme-hacker
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
</head>

Expand Down
2 changes: 2 additions & 0 deletions _sass/hacker.scss → _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "rouge-base16-dark";

body {
margin: 0;
padding: 0;
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 41f716c

Please sign in to comment.