This directory contains a Hugo web site published via Netlify to https://tag-observability.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-observability.
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 [email protected]:cncf/tag-observability.git
cd tag-observability
git submodule update --init --recursive
cd website
npm install
Then run the site using npm run serve
. To have the site run locally with a functioning local search, run npm run serve:with-pagefind
.