No description
|
||
---|---|---|
.forgejo/workflows | ||
archetypes | ||
content | ||
node_modules | ||
static/media | ||
themes | ||
.gitlab-ci.yml | ||
.hugo_build.lock | ||
config.yaml | ||
flake.lock | ||
flake.nix | ||
package-lock.json | ||
package.json | ||
Readme.md |
Scim documentation
Repo to promote SCIM protocol.
Stack
Serve locally without docker
-
First make sure Hugo and npm are properly installed.
-
Simply run an hugo server with this command :
hugo server
- 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