README.md in jekyll-theme-hacker-0.0.3 vs README.md in jekyll-theme-hacker-0.0.4
- old
+ new
@@ -1,8 +1,8 @@
# The Hacker theme
-[![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-hacker.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-hacker) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-hacker.svg)](https://badge.fury.io/rb/jekyll-theme-hacker)
+[![Build Status](https://travis-ci.org/pages-themes/hacker.svg?branch=master)](https://travis-ci.org/pages-themes/hacker) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-hacker.svg)](https://badge.fury.io/rb/jekyll-theme-hacker)
*Hacker is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/hacker), or even [use it today](#usage).*
![Thumbnail of hacker](thumbnail.png)
@@ -44,11 +44,11 @@
### Stylesheet
If you'd like to add your own custom styles:
-1. Create a file called `/assets/css/style.css` in your site
+1. Create a file called `/assets/css/style.scss` in your site
2. Add the following content to the top of the file, exactly as shown:
```scss
---
---
@@ -65,10 +65,10 @@
3. Paste the default layout content copied in the first step
4. Customize the layout as you'd like
## Roadmap
-See the [open issues](https://github.com/pagse-themes/hacker/issues) for a list of proposed features (and known issues).
+See the [open issues](https://github.com/pages-themes/hacker/issues) for a list of proposed features (and known issues).
## Project philosophy
The Hacker theme is intended to make it quick and easy for GitHub Pages users to create their first (or 100th) website. The theme should meet the vast majority of users' needs out of the box, erring on the side of simplicity rather than flexibility, and provide users the opportunity to opt-in to additional complexity if they have specific needs or wish to further customize their experience (such as adding custom CSS or modifying the default layout). It should also look great, but that goes without saying.