This is Hongtao Hao's personal website. It is based on the theme of hugo-ht.
This repository is licensed under MIT.
cd themes/hugo-ht
git status
git add .
git commit -m "Update theme: your message"
git push origin master
cd ../../
git add themes/hugo-ht
git commit -m "Update submodule pointer to latest theme commit"
git push origin main
cd themes/hugo-ht
git pull origin master
cd ../..