This directory contains a Hugo web site published via Netlify to https://tag-security.cncf.io/.
When the main
branch of this repo is updated a fresh build and deploy of the website is executed. Recent Netlify builds and deployments are listed at https://app.netlify.com/sites/tag-security.
Add content by adding Markdown files to directories in ./content.
Update layouts for each content type in ./layouts.
Configuration is set in config.toml.
To set up a local dev environment make sure you have Hugo Extended and npm installed, then run the following:
git clone git@github.com:cncf/tag-security.git
cd tag-security
git submodule update --init --recursive
cd website
npm install
You can then run the site using hugo server
.