This repo receives deployment details from Argo CD, which is then used to build https://release.digdir.no/
- Install Hugo
- Clone the repo
- Run
git submodule update --init --recursive
to fetch the theme - Run
npm install
to install dependencies - Run
hugo serve
to start the local server
Run local server: hugo serve
Build site with: hugo