Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 459 Bytes

Release notes

This repo receives deployment details from Argo CD, which is then used to build https://release.digdir.no/

Getting started

  1. Install Hugo
  2. Clone the repo
  3. Run git submodule update --init --recursive to fetch the theme
  4. Run npm install to install dependencies
  5. Run hugo serve to start the local server

Development

Run local server: hugo serve

Build site with: hugo