Skip to content

Commit 3d33763

Browse files
committed
Added required jekyll gem to readme
1 parent 1dc6271 commit 3d33763

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Hood.ie: the Website for the Hoodie Open Source Project
66
To get started check out the recent version and type `npm install`.
77
The default task (just type `grunt`) will fire up a local server at `localhost:1337` with livereload and dev Sass compiling (including sourcemap and nested output).
88

9-
This doesn't serve the actual jekyll page, though. To do that, run `jekyll serve --watch --drafts` as well, which will run the full page at `localhost:4000`, using the styles from the grunt task. You may need to `gem install jekyll-redirect-from` beforehand.
9+
This doesn't serve the actual jekyll page, though. To do that, run `jekyll serve --watch --drafts` as well, which will run the full page at `localhost:4000`, using the styles from the grunt task.
10+
You may need to `gem install jekyll-redirect-from jekyll-paginate` beforehand.
1011

1112
There's also a production task ('grunt build') which at this point just spits out a compressed CSS file, without sourcemap in a dedicated folder(css/build).
1213

@@ -87,9 +88,9 @@ For example take a look at the calendar icon on the index page.
8788
## Contributing
8889
We are very happy about you contributing to the Hoodie website! We have defined a process that makes it easy for you to contribute and helps us maintain the website.
8990

90-
Please fork the website and send a Pull Request for your contribution. Here is <a href="http://hood.ie/blog/contributing-to-hoodie.html" target="_blank">an amazing article</a>, that explains how you can fork and edit files, also how to send a Pull Request. It's especially great for new contributors! Please do not forget to add comments on what you did and why, especially if your changes are bit more complex.
91+
Please fork the website and send a Pull Request for your contribution. Here is <a href="http://hood.ie/blog/contributing-to-hoodie.html" target="_blank">an amazing article</a>, that explains how you can fork and edit files, also how to send a Pull Request. It's especially great for new contributors! Please do not forget to add comments on what you did and why, especially if your changes are bit more complex.
9192

92-
We will review the Pull Request (PR) and merge or comment it.
93+
We will review the Pull Request (PR) and merge or comment it.
9394

9495
**Content changes and typos**
9596
Simple typo fixes can be merged right away, if you have the permission to do so. We trust you with that!

0 commit comments

Comments
 (0)