Building a hugo site and theme with Bootstrap and hot-reloading Sass

Followed Will Schenk’s wonderfully concise and refreshing blog post Building a hugo site and theme with Bootstrap from “way back when” in 2018 (still works like a charm), step-by-step in this repo (checkout commits) https://github.com/demystifying-dev/willschenk in the hopes it’s as useful to others as it is to me to see how to integrate Bootstrap into your own Hugo theme. Including (hold on to your hats and Roma masks)… hot reloading Sass integration!

Would benefit greatly by using a monorepo (Example site, with theme as second repo instead of submodule or “just there” in the ./themes directory (a la Gatsby theme as a best practices way of developing a theme for Hugo).

Did this for my own edification, any errors or omissions are my own.