Generate static assets with Hugo Execute the command below to generate static assets hugo -D Add and Commit all changes git add * git commit -am 'changes' git push -u origin master