This is the repository that contains the website for the Continuous Testing Meetup.
This website is built with Hugo. To install Hugo, please follow the instructions available the Hugo website.
After cloning this repository and installing Hugo, you can use the following command:
git submodule update --init --recursive
hugo server --buildFuture
You will see a URL on the command output, go there with your browser and see the rendered website.
This website gets deployed automatically after each commit done to dev
. The generated
site will be "deployed" to the publish
branch, and GitHub pages will pick it from there.
The deployment detail can be seen at the GitHub workflow deploy file
Be sure to have your account configured at GitPod, and then click the button below.