A set of scripts for generating my blog.
- NodeJS + npm (pretty much any version should work)
$ npm install
or
$ yarn install
$ node generate.js
Navigate to the out/ directory and behold the web page files.
Start an HTTP server in the out/ directory and you can browse the whole site locally.