Update README.md
This commit is contained in:
parent
1363576fff
commit
8103b6185a
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
````
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue