How to make and host website for free?

Creating a website is easier than ever, and thanks to modern tools and platforms, you can host one for free. GitHub, in particular, allows free hosting for static websites through its GitHub Pages feature. However, understanding the difference between static and dynamic websites is crucial for choosing the right approach. This blog will guide you […]

Read More →

Jekyll: Generate pages for each tags

As I am in the process of converting some of the WordPress based blogs to to use the static website builder Jekyll. This will allow instant response to the users without loading my self hosting servers. Also it is easier to server the blog under same domain without conditional routing of traffic between different docker […]

Read More →

Create Jekyll themes from scratch

If you are a fan of static website builders, you will definitely a fan of Jekyll site builder which is also supported by Github static website hosting. Recently I am in the process of converting one of my WordPress to Jekyll to reduce the load on my home hosting servers and to improve the load […]

Read More →