Skip to content

digdir/release.digdir.no

Repository files navigation

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

Adding products manually

Create a new product folder:

mkdir -p content/my-product

Then add the file with a title and menu entry:

---
title: My Product Name
menu:
  sidebar:
    weight: 10
---

The weight parameter controls the order in the sidebar (lower numbers appear first). The product display name comes from the title field.

About

No description or website provided.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors