Awesome(wm)
Saturday, 17 August, 2019
Sweep Leaves Not Lives
Saturday, 10 August, 2019

Proudly doing it wrong

Yeah that’s Visual Studio Code. I’m trying new things.
  1. write a site weight script that prints a report to the console
  2. make the script write the report to a file, and include the file in /now. Now site building looks like:
    1. build the site
    2. weigh the site
    3. build the site and include the new report
    4. upload!
  3. (today) make the script write the info as JSON instead
  4. throw in some vue.js to fetch the JSON and reproduce the original report format almost exactly.
  5. profit?

But hey at least I don’t need to rebuild the site after weighing it. And when free time next allows I’ll learn a little more Vue.js and make the report prettier.