The Github repo for the Clozhang Blog
See: https://clozhang.github.io/blog/
$ make setupSet the PATH to include the project's executable and setup auto-completion:
$ export PATH=$PATH:`pwd`/bin
$ source dev-resources/shell/blog-bash-autocompletion$ blog new post mdor, for example,
$ blog new post htmlFor more options see blog new post help.
$ blog genIf you'd like to run a dev web server with the generated content served at the
doc root, you can use this make target:
$ blog blog-dev-generated
TBD
TBD