Category: Jekyll

  • Adding Real-Time Search To Jekyll Site using Algolia

    How to add realtime search to your jekyll blog using jekyll-algolia. Checkout – Devlopr Jekyll – A Theme built for Developers – Demo In this tutorial, I will show you on how you can add a search to your jekyll blog using Algolia. Let’s get started : First we need to create a algolia account […]

  • Setting up Netlify CMS with Github-Pages Hosted Jekyll Site:

    Lets face it, We have our beautiful Jekyll Site ready, but what if we want to ensure that it is as easy to update the site without any technical / markup sideof it. The administration should be simple and easy for any author or editor who wants to update the content of your site. To solve this […]

  • Deploy your jekyll blog using Github Pages and Travis CI

    In this Guide, we are using Github Pages and Travis CI for deploying our blog. Sometimes Github Pages does not support external third party plugins. In that case we deploy our blog using Travis CI, it automatically builds our website and pushes the static files of the site to a deployment branch. Which then Github […]