Read time: 3 minutes

Hi,

I recently shifted my blog from https://mandeep7.wordpress.com to https://blog.mandeeps.me which uses Jekyll and is being hosted on GitLab Pages as of today. The main purpose of shifting it to Jekyll is the ease of publishing content. Just write the content in your text editor of your choice e.g. mine is Vim and publishing it will just a few keystrokes away. Obviously, you get complete control over your website/blog as a reward.

I will write another post about setting up Jekyll. You may see basic stuff at jekyllrb.com though. Now coming to the main thing about how I shifted it from wordpress.com to Jekyll with all my posts intact.

You may face some issues while trying to run the serve command. Sometimes you won’t even find where the error actually is. To find out, I tried to copy around 20 posts at once into the _posts folder to see which post is the root cause.

I had a few issues like:

That’s it for my first post using Jekyll.