git submodule init
git submodule update
sudo apt-get install hugo
IP=`ifconfig eth0 | grep inet | grep -v inet6 | awk '{print $2}'`
hugo server --theme=hugo-theme-stack --baseURL="http://$IP" --bind=$IP
hugo --theme=hugo-theme-stack --baseURL="http://www.aproton.tech"
github runner will update website(www.aproton.tech) when newly code has merged to main branch
hugo new content post/test/first.md