Just in case you need it.
My GitHub Actions workflows will automatically build each pull request into a public deploy preview on demo.bbaovanc.com, and will link it in a comment.
You can also build the site yourself using Hugo, including a live local preview.
- Make sure you install the latest version of Hugo, or hopefully at least the
min_version
listed in theme.toml. Let me know if that minimum version isn't enough and I'll fix it. - Clone the repo
- Make sure to download and checkout the submodules (use
git submodule update --init --recursive
). The--recursive
flag is especially important because bobatheme has a submodule in itself for icons. - Run
hugo serve -D
to run a local webserver. Hugo will show the URL you can access the preview at. It will automatically rebuild and reload pages when you save them.