normalize stylesheet names
This commit is contained in:
parent
4b62d78e49
commit
41f716c858
1
Gemfile
1
Gemfile
@ -1,4 +1,3 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem "github-pages", :github => "github/pages-gem", :branch => "master"
|
|
||||||
gemspec
|
gemspec
|
||||||
|
@ -2,4 +2,4 @@ title: Hacker theme
|
|||||||
description: Hacker is a theme for GitHub Pages.
|
description: Hacker is a theme for GitHub Pages.
|
||||||
show_downloads: true
|
show_downloads: true
|
||||||
google_analytics:
|
google_analytics:
|
||||||
theme:
|
theme: jekyll-theme-hacker
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<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>
|
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
@import "rouge-base16-dark";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
4
assets/css/style.scss
Normal file
4
assets/css/style.scss
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
@import '{{ site.theme }}';
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
|
|
||||||
@import "rouge-base16-dark";
|
|
||||||
@import 'hacker';
|
|
Loading…
Reference in New Issue
Block a user