normalize stylesheet names

This commit is contained in:
Ben Balter 2016-12-13 11:23:24 -05:00
parent 4b62d78e49
commit 41f716c858
6 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,3 @@
source 'https://rubygems.org'
gem "github-pages", :github => "github/pages-gem", :branch => "master"
gemspec

View File

@ -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

View File

@ -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>

View File

@ -1,3 +1,5 @@
@import "rouge-base16-dark";
body {
margin: 0;
padding: 0;

4
assets/css/style.scss Normal file
View File

@ -0,0 +1,4 @@
---
---
@import '{{ site.theme }}';

View File

@ -1,5 +0,0 @@
---
---
@import "rouge-base16-dark";
@import 'hacker';