Skip to content
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lordblendi committed Nov 16, 2017
1 parent 5fe469a commit b271336
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ From now on we use Jekyll for our mockups as this supports both SASS and Github

The base file for the whole application is called `home.html` and located in the `_layouts` folder.

## How to install Jekyll

Follow the guideline on the website.
- [Linux](https://jekyllrb.com/docs/installation/)
- [Windows](https://jekyllrb.com/docs/windows/#installation-via-rubyinstaller)
- Problem with mingw32 can be solved with `bundle update && bundle install`

To read on Liquid check [their website.](https://shopify.github.io/liquid/)

## How to include new html files

Create your html files in the `_includes` folder; You can include them in an .html file with the following command:
Expand Down

0 comments on commit b271336

Please sign in to comment.