Category: Jekyll

Cloud Jekyll Uncategorized

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 […]

Jekyll

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 […]

Back To Top