git clone https://github.com/tommyshem/My-Blog.git
cd ./blog
./setup.sh
Edit content in
cd ./blog/content/post/
git add file-names-here
git commit -m "message here"
git push
repeat above step until finished changing or adding content.
To build the blog website in Hugo and git push changes to github repo.
deploy.sh