How to install and use Jekyll
Jekyll is a static web site generator. It is written in Ruby. Here we will show you how to create sample project.
Installation
If you use RVM (see my post), first choose ruby version calling:
Then as in documentation:
Usage
In order to generate file:
And in order to run it on development (http://localhost:4000/):
Add comments to a blog
Follow https://medium.com/@balogic/adding-comments-part-to-your-jekyll-blog-6a8fccb7e634
Update
bundle update jekyll
Updated: 2020-12-10