You need Node.js 5.x with npm and bower to build this website.
Run:
npm install
bower install
npm run serveThen open http://localhost:3000/ with your browser.
If you just want to build the website, run
npm run buildAnd you will get generated website in build directory.
Just write a new markdown in src/blog and it will automatically generate the pages. Then you have to reload your browser to see the changes.
Edit src/versions.json and append your new versions of downloads and switch stable or latest to your new version number. Then reload your browser to see the changes.
The GA script is in templates/partials/ga.hbs and the UA is defined in src/config.json.