Skip to content

aprotontech/blog

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published