mtvee's blarg

December 01 2017

Day 1

I decided to make a static web site generator thing in PHP for the devember thing. There are few reasons I went this way:

  • i haven't bothered with composer much
  • i haven't bothered with PHP 7 much

So this seemed like a good way to get caught up and back in the game.

Today I managed to get a composer package together for this nameless project. I also wrote a class that processes an input directory of markdown files and output a directory of transformed files for publishing. I also got some unit testing set up. So all in all, not a bad start. I spent maybe 2-3 hours on the whole mess.