I created this blog in 2015, I wanted to start blogging in English my random thoughts and rants.
My main photography blog is written in Spanish. Quicoto Blog started in 2007 and it was my with Blogger and quickly migrated to WordPress. I haven’t looked back ever since.
Hello Jekyll 👋
Since I am a web developer I wanted to try a static site generator. For the load speed, customization, no database. You know just HTML’s being served. I chose Jekyll and I was happy to blog using it.
The workflow for creating a new post went like this:
- Have the Github repo in my machine up to date
- Create a new markdown file adding the url slug, the date and the other meta fields.
- Write the post.
- Create a folder in the assets folder for that post.
- Prepare the image and put it in that folder.
- Push all the changes to the Github repository
- Log in via SSH to my VPS
- Trigger the Jekyll build script.
Once I got used to it, it wasn’t too bad. Well, not too bad if you don’t have to do it daily. Lately I have been blogging more and more here and the workflow started to bother me.
I took the decision to move to WordPress to eliminate my pain points. I think the workflow could’ve been improved with some server scripting to eliminate some steps. I wasn’t able to do it when I tried.
I know what you’re going to say, I’ve introduced a database, possible security issues if I don’t update regularly and performance bottlenecks to my site.
What have I gained with WordPress?
- What You See Is What You Get editor. Specifically I’m blogging using the Gutenberg editor, the dreaded new approach to create content in WordPress (spoiler alert: it is not as bad as they say).
- Instant publish with 1 click.
- Easy to manage assets, drag and drop.
- Site-wide search built in.
The workflow has become:
- Log in to the dashboard.
- Write the blog post.
- Add a images.
- Hit publish.
In my opinion, much faster and convenient than what I had before.
What platform do you blog with?
Ricard
📝 New post: From Jekyll to WordPress ➡️ https://www.ricardtorres.com/personal/from-jekyll-to-wordpress/
Original Toot
@audiodude don’t quit blogging!
I’ve been a big fan of WordPress. Have several sites built on it. I have also been blogging with Jekyll until I moved to WordPress, as it is painless for me once it’s setup.
Above all, I want to own my content.
https://www.ricardtorres.com/personal/from-jekyll-to-wordpress/
Original Toot
@ricard_dev Thanks for sharing that, and for the encouragement!
Original Toot
@ricard_dev After reading your post, it definitely sounds like Jekyll is more work than I want to put in, especially given my own concerns about styling and the like.
Original Toot
@audiodude indeed is very manual work. Would not recommend.
Original Toot