Changes I Made for My Blog's Theme

Published: | Last Edited:
Category: tech | Tags: #design

Update 08/16/2019

This post is outdated as this blog has been through a few iterations of design. Hopefully I will write another blog that covers what has changed. In the meantime you can read to get some context about my blog’s old design.

Jekyll

The stock theme that I am currently using is from https://github.com/jekyll/minima. I like it for its cleanliness and simplicty as the name implies.

But as you know I enjoy customizing things my way so I did make a few changes to make this blog a bit more to my liking (for now. After all I have switched themes a few times). Here are a couple of new additions that I added.

Added subscribe feature through email or RSS

I am currently trying out feedburner to handle subscription for the blog.

Use excerpt and introduce hover effects on the post.

If you visit my homepage, you will notice each post contains an excerpt and if you hover over the post, you’ll see a fading effect. The suggestion was made my the maintainer of Jekyll’s theme and I ended up implementing it.

You can see my PR here: https://github.com/jekyll/minima/pull/382

Added next and previous post link

IF you view a post, at the end of the post there is are hyperlinks to the next and previous posts to save you some clicks.

Added pagination and style each post as a card view.

Kudos to prashanthmadi.github.io for adding pagination and the card view that looks really nice.

You can see the changes to add pagination here and the card view here.

Below is the snippet of my homepage changes:

Added all posts page grouped by year-month

This is a nice way to view all the available posts on the same page. Here is the code to render this page:

Next Post: Bài Tiếng Việt
Previous Post: The Existence of Anniversaries