No description
Find a file
timothe.jeanne c05dbd1457
All checks were successful
/ build (push) Successful in 22s
/ deploy (push) Successful in 4s
redaction corrections (changing "we"/"us"/"our" for a more neutral explanation)
2024-10-08 17:02:24 +02:00
.forgejo/workflows ci: replace gitlab ci by forgejo action 2024-09-23 17:19:22 +02:00
archetypes Initial commit 2024-08-29 12:10:19 +02:00
content redaction corrections (changing "we"/"us"/"our" for a more neutral explanation) 2024-10-08 17:02:24 +02:00
static/media mobile-version 2024-10-03 21:43:59 +02:00
themes redaction corrections (changing "we"/"us"/"our" for a more neutral explanation) 2024-10-08 17:02:24 +02:00
.gitignore chore: add gitignore 2024-09-23 17:23:11 +02:00
config.yaml Initial commit 2024-08-29 12:10:19 +02:00
flake.lock ci: replace gitlab ci by forgejo action 2024-09-23 17:19:22 +02:00
flake.nix ci: replace gitlab ci by forgejo action 2024-09-23 17:19:22 +02:00
Readme.md scim doc website build with hugo 2024-08-29 16:20:16 +02:00

Scim documentation

Repo to promote SCIM protocol.

Stack

Serve locally without docker

  1. First make sure Hugo and npm are properly installed.

  2. Simply run an hugo server with this command :

hugo server
  1. Then go to localhost:1313/ on your favorite browser and enjoy :) Attention: sometimes the server might not properly reload due to cache issue, you can run the command hugo server --ignoreCache