This commit is contained in:
Panos Sakkos 2016-01-09 12:44:54 +01:00
parent b1101b9255
commit c6a82964f0
3 changed files with 4 additions and 2 deletions

View file

@ -81,7 +81,7 @@ The theme contains documentation in the form of [blog posts](https://panossakkos
First you need to install the dependencies:
````
gem install jekyll jekyll-paginate jemoji html-proofer
./scripts/install
````
Then, you can build and serve your website by simply running:

View file

@ -170,4 +170,3 @@ sass:
gems:
- jekyll-paginate
- jemoji

3
scripts/install Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
gem install jekyll jekyll-paginate jemoji html-proofer