Personal portfolio and blog.
Created using Hugo and Toha template.
- Install Hugo. Check the workflow for the supported version.
- Build:
- Run
hugo
to build. Output would be in thepublic/
directory. - Run
hugo server --watch
to test locally with hot-reload support.
- Run
GitHub Actions provides a workflow to deploy Hugo based websites to GitHub pages. A custom DNS entry redirects to the GitHub Pages site.