Please note that the Dockerfile and Docker Compose instructions are currently supported for the CI/CD Cybersecurity Guide, so that serves an alternative to the steps below where the dependencies are installed locally on your machine.
If you are running the CI/CD Cybersecurity Guide locally, you can build the site, index its pages for search, and preview the site in your browser:
- Make sure you have Hugo and Go installed.
- Clone the repository:
git clone
- Install dependencies using
npm:npm install
- Generate a build by running the following command in your terminal:
hugo
- Once the build is ready, start the Hugo server with the following command:
Now the Hugo development server is running.
hugo server
- Open the address
http://localhost:1313in your web browser to load the CI/CD Cybersecurity Guide homepage. You can now make changes to the source files, and those changes will be live-reloaded in your browser.