New Flow I’ve realized over the last couple of weeks that I have way more projects that I want to work on then time in the day. I just don’t have as much free time as I used to and can’t seem to burn the midnight oil anymore. I’ve tried a few methods to try and keep my projects well defined and under a manageable scope. Each has had its drawbacks and never quite worked. …
Hello World!
👋 Just getting ready to launch my Hugo powered blog. …
Better Static Glitch Sites
Here’s a small tip that comes out of the Glitch support forums. By default Glitch will start a static web server on your ./app/ directory once it does not find a package.json file in the root of the app folder. This is not always the desired result - for instance what if the site generation is kicked off using grunt (or one of the countless other build tools) and you can’t remove package. …