No description
Find a file
2024-09-05 08:49:38 +00:00
archetypes Initial commit 2024-08-29 12:10:19 +02:00
content global review 2024-08-29 23:46:48 +02:00
node_modules Initial commit 2024-08-29 12:10:19 +02:00
static/media v0 2024-08-29 13:48:36 +02:00
themes url correction 2024-09-05 08:49:38 +00:00
.gitlab-ci.yml ci: set buckets 2024-09-04 11:30:21 +02:00
.hugo_build.lock Initial commit 2024-08-29 12:10:19 +02:00
config.yaml Initial commit 2024-08-29 12:10:19 +02:00
package-lock.json Initial commit 2024-08-29 12:10:19 +02:00
package.json Initial commit 2024-08-29 12:10:19 +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