Skip to content
Snippets Groups Projects
MickGe's avatar
MickGe authored
edfe2fcc

TeDomum website

This it the main repository for TeDomum Website at https://tedomum.net

Setup

First clone this repository or a personal fork locally:

git clone git@forge.tedomum.net:path/to/repository.git

Then setup Hugo: https://gohugo.io/getting-started/installing/, while making sure you use Hugo extended. The snap channel is a great choice.

Then setup npm: https://nodejs.org/en/download/package-manager/

Then install require npm dependencies:

npm install

Run

For local development, simply run:

hugo server -D

Open http://localhost:1313 for live preview.

For production build, simply run:

hugo

Customization

"beta" and "ferme" label

To add the label "beta" or "fermeture annoncée" (ferme) on the service card, edit the front matter in the _index.md file:

features:
  - beta

Suspended

To add "suspended stamp" on the service card, edit the front matter in the _index.md file:

class: suspended