Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 562 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 562 Bytes

blog

1. install themes

git submodule init
git submodule update

2. install hugo

sudo apt-get install hugo

3. test

IP=`ifconfig eth0 | grep inet | grep -v inet6 | awk '{print $2}'`
hugo server --theme=hugo-theme-stack --baseURL="http://$IP" --bind=$IP

4. render

hugo --theme=hugo-theme-stack --baseURL="http://www.aproton.tech"

5. update website

github runner will update website(www.aproton.tech) when newly code has merged to main branch

create new doc

hugo new content post/test/first.md