Improved Hugo theme workflows coming

It's been over 10 months since I released my theme for Hugo, called Indigo.

Some changes have been made since launch, but it always seems to take so much longer to build out new features or fix bugs than I'd like, and a recent breaking change in Hugo 0.57 (temporarily rolled back in 0.57.2) that I have to fix really drove that point home.

Part of the long delay between updates comes from the fact that Indigo is a project that I don't work on daily (or even weekly), but also because I don't have a great workflow for a lot of the stuff that needs to happen in the development process.

Currently, here's my development process for making a change to Indigo:

  1. Open the issue and implement the changes
  2. Test the changes on a local version of the Indigo example site
  3. Test the changes in a local version of the Hugo themes gallery
  4. Update the CHANGELOG and README docs as necessary
  5. Open and merge the PR
  6. Communicate the changes somehow
  7. Update my own personal site (which involves pulling apart the CSS for the customizations I've made)

It's all very manual and tedious work. It also doesn't help that I've made the process of opening GitHub issues and PRs more onerous than they need to be for a project of this (small) scale.

I'm thinking about how to fix this. Here's the plan, as it stands right now:

I'm looking forward to this stuff because it'll mean I can build greater velocity to push out fixes and features, and I'll update here as these things get done. In the meanwhile, I aim to push out a fix for the breaking change ASAP.

#indigo #projects

Discuss...