Personal website via customize hugo theme 'cjb' for generating and serving http://cjbarker.com
hugo new blog/my-new-post.md
hugo server --bind 0.0.0.0 --port 8000 --buildFuture --log --logFile port800log
hugo server --bind 0.0.0.0 --port 8000 --buildFuture --verbose
Build the static site via Hugo, which will create directory 'public' for copying contents to hosting endpoint.
hugo
./deploy.sh