Listing my Latest Blog Posts on my GitHub Profile
In the last few months, I’ve been working extensively on my transition to Platform Engineering, and that includes my online profile. The very fact that you’re reading this means, I may modestly say, that it’s working! Today, a short write-up about a nice improvement to my GitHub Profile: automatically listing my latest blog posts. Since I use the Hugo Papermod theme, I had to make sure the site was producing an RSS feed. This is achieved by ensuring that hugo.yaml has RSS as an element of outputs.home. Additionally, I added the RSS icon to my header by adding the following element to params.socialIcons: ...