Update README.md

This commit is contained in:
Panos Sakkos 2015-11-23 19:28:44 +01:00
parent 1363576fff
commit 8103b6185a

View file

@ -30,11 +30,11 @@ You can watch it in action [here](https://panossakkos.github.io/personal-jekyll-
* Disqus comments
* Facebook, Twitter, Reddit, LinkedIn, Google+, Pinterest and VKontakte share buttons
* RSS feed
* Sitemap
* Cool (anti-procrastinating) 404 page
* iOS and Android Web App mode
* Forcing of https protocol
* Protection from Email harvesting
* Sitemap
* Travis CI integration with [html-proofer](https://github.com/gjtorikian/html-proofer)
## { Personal } à la JekyllNow
@ -77,6 +77,14 @@ The theme contains documentation in the form of [blog posts](https://panossakkos
## How to run locally
First you need to install the dependencies:
````
gem install jekyll jekyll-paginate jemoji html-proofer
````
After installing the dependencies, you can build and serve your website by simply running:
````
./scripts/serve-production
````