Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 353 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 353 Bytes

homepage_generator

requirements

  • hugo==0.78.2 (with extended version)

locally run

hugo  server --bind "0.0.0.0" -p port

generate static website and deploy

hugo
cd public
git add *
git commit -m "xxxx"
git push origin HEAD:master

update submodule

git add public
git commit -m "xxxx"
git push origin master