Welcome to your blog.
Once the site is installed, deployment is as simple as pushing code to git.
git add -A
git commit -am "note about commit"
git push
To run the local server:
make serve
The test website is available at http://127.0.0.1:4000.
make js
diamond --skel blog scaffold
make init