Install Disqus Comment in Jekyll Site
Few hours before writing this article, I was trying to setup the DISQUS Comment System in this Jekyll site. I went through Disqus’ official site’s documentation and did …
Few hours before writing this article, I was trying to setup the DISQUS Comment System in this Jekyll site. I went through Disqus’ official site’s documentation and did …
I love writing blogs with Jekyll. Before switching to Redhat Enterprise Linux, I used to use Fedora by Redhat. To continue writing my blogs, I tried installing Jekyll …
To make jekyll automatically generate sitemap for your Jekyll Powered site. Put this code into Gemfile and run bundle install : and add the following to _config.yml Don’t …
Displaying post count in Jekyll can be achieved by using the size command. Jekyll is a very popular static site generator built in Ruby and can be used …