Today I spent some more time modifying the IndieFeed theme
As I mentioned earlier, I started using hugo modules instead of git submodule from the beginning. One of the downside of it was I could not preview my changes without pushing the changes to github first.
Sometimes that might be OK, most times it is not.
How do theme developers work in such scenario. Turns out there is a hack just for that.
Continue Reading »
Finally, deployed this site.
It took a while because, at first I was modifying the theme to my liking.
As most theme README state, I started with git submodule, but it gets confusing. That is when I came across hugo modules in this post.
But it did not work for me for multiple reasons.
First, I did not understand the difference between specifying theme from repo Vs local, and hugo mod init
Continue Reading »
I started with indiefeed theme. While it is possible to make visual changes by creating css/style.css (as explained in the README) I’m thinking of making other changes as well.
So I started by forking the theme. So far my changes are only in css/style.css
I’m not a frontend developer. But I know enough HTML/CSS to be dangerous 😆