No description
Find a file
sfaguet aa293c3038
Some checks failed
/ build-and-deploy (push) Has been cancelled
Update charts/templates/deployment-hugo.yaml
2026-08-25 14:43:12 +02:00
.forgejo/workflows Update .forgejo/workflows/deploy.yaml 2026-08-25 14:17:24 +02:00
charts Update charts/templates/deployment-hugo.yaml 2026-08-25 14:43:12 +02:00
src update logo with text layout 2026-05-15 15:26:33 +02:00
.gitattributes init 2026-03-24 20:42:22 +01:00
.gitignore init 2026-03-24 20:42:22 +01:00
docker-compose.yml feat: valid CICD 2026-05-07 17:39:01 +02:00
Dockerfile feat: valid CICD 2026-05-07 17:39:01 +02:00
readme.md feat: add Dockerfile 2026-05-07 16:03:20 +02:00

SIWA - Game Site

The following repository stores SIWA game site.

Requirements:

  • Hugo 0.158.0

Environment setup

You can put any environment-specific file in the ./dev folder as it has been added to the .gitignore file.

You will want to copy Hugo executable to ./dev/hugo folder and add it to your PATH environment variable.

If using VS Code or similar, this can be achieved by opening your workspace settings and adding the following content:

"terminal.integrated.env.<platform>": {
        "PATH": "${env:PATH};${workspaceFolder}/dev/hugo"
    }
}

where <platform> must be replaced by windows, linux, or macos.

cd src
hugo server --disableFastRender --ignoreCache
hugo build