The source code repository of my blog https://www.codingfox.dev/, powered by Hugo.
New content page: hugo new content content/myNewPage.md
.
Start development server with hugo server -D
.
- Execute the production build with
hugo
(If you executed development build withhugo server
before, discard the generated changes in html files before.) - Commit and push to github.
- DigitalOcean will automatically redeploy the hugo blog.