Jekyll Installation!
This blog is created with Jekyll. So, here is how to install and use jekyll.
I will be using Ubuntu 16.04 for this tutorial.
Requirements
- Ruby
- RubyGems
If you want to install jekyll 2 or earlier versions you will also need NodeJs or another JavaScript runtime, and Python 2.7 . But for this tutorial there’s no need to install Node or python 2.7
Ruby Installation
Install ruby
Install ruby-dev
Jekyll Installation
After Ruby installation is complete, now we can install jekyll with the following command.
Create First Jekyll Project
when the jekyll installation complete, we need to create a new jekyll project
now change the working directory
build and run jekyll
go to http://localhost:4000 to view your jekyll generated blog.