Posts tagged with "favicon"


  • Migrating From Wordpress To Jekyll

    If you read my previous post on Jekyll, you already know why I switched from WordPress to Jekyll. In continuation of that post I want to explain how I migrated to Jekyll. For those who are not interested in the software side of things should skip this post. Wordpress offers a lot of features out of the box, like search engine and comments engine. So all I have to do is write posts and users can search and comment on them. This works because Wordpress is dynamic and runs a DB to store data. However since Jekyll is static, one needs to figure out a way to make things work.

    ...continue reading