Why Jekyll over Wordpress?
Initially, when I came to know about the blogging world I knew very few blogging sites mainly WordPress and blogger. Back then I was quite satisfied with my website which was running on Wordpress and was built using quite powerful plugins.
But, ultimately WordPress served no purpose as it did previously. The main issue with WordPress is its complex code and slow running time because of a lot of plugins. And, WordPress is prone to many hacks.
I had been thinking about migration for a while as my previous site was looking rather dated. Also, I needed a lot more on my site just than a blog section. Later on, I came across a site which was built using Jekyll by one of my friends and I was immediately drawn to the overall theme and design of the site, and after a discussion with him, I had left with no option but to try it. The website that you are currently reading this blog from is entirely built using Jekyll.
What is Jekyll?
- Jekyll is open source and has many clean designs available for it
- It is a tool that transforms your plain text into static websites
- No more databases, comment moderation and just your content
- Markdown, HTML & CSS go in and static sites come out ready for deployment
Why Jekyll?
- No complex coding
- Open source
- Loads faster
- Plain text formatting
- Plenty of themes to choose from
- Uses Jinja as a templating engine
- Most important it goes well with Github-Pages