No description
  • HTML 63.9%
  • CSS 28.5%
  • JavaScript 6.5%
  • Makefile 0.7%
  • Dockerfile 0.2%
  • Other 0.2%
Find a file
2026-04-24 09:47:02 +00:00
.github cron configuré à tous les jours 8h 2026-02-12 19:06:07 -05:00
archetypes added api key for google map 2022-11-07 20:58:00 -05:00
assets matomo-integration 2025-11-03 14:00:45 -05:00
content date heure et lieu sur la page evenement 2026-01-31 19:04:53 -05:00
data updating projects yaml files 2026-04-24 09:47:02 +00:00
static/images add image photo Ethan 2026-04-03 20:02:42 -04:00
themes/cedille Merge branch 'master' into 256-cedilleetsmtlca-page-a-propos 2026-04-09 12:22:23 -04:00
tiret@c9bec46892 fix deployment loop 2023-07-18 18:30:47 -04:00
.envrc date heure et lieu sur la page evenement 2026-01-31 19:04:53 -05:00
.gitignore added api key for google map 2022-11-07 20:58:00 -05:00
.gitmodules adds submodule tiret 2022-12-25 11:36:15 -05:00
.hugo_build.lock ajout de structure pour homepage 2021-12-21 19:57:00 -05:00
config.toml Merge branch 'master' into 256-cedilleetsmtlca-page-a-propos 2026-04-09 12:22:23 -04:00
Dockerfile update dockerfile hugo version 2025-03-21 22:51:40 -04:00
Dockerfile.dev update docker dev 2025-03-21 22:53:46 -04:00
LICENSE added api key for google map 2022-11-07 20:58:00 -05:00
Makefile Makefile update 2024-10-04 16:11:47 -04:00
README.md Fix formatting issues in README.md 2026-02-28 21:30:04 -05:00
shell.nix added api key for google map 2022-11-07 20:58:00 -05:00
versel.json added api key for google map 2022-11-07 20:58:00 -05:00

Site web du club CEDILLE

Presenting CEDILLE Homepage v2.0, generated with Hugo and a theme designed from scratch.

Getting started

Requirements:

  • Hugo (apt install hugo)

Alternatively :

Usage

Production

To deploy the website, you can use the following command:

$ make prod
...

The website will then be deployed at the base-url defined in config.toml

Development

With docker

You can build locally with the following command :

$ make dev
...

Without docker

locally build the site with :

$ make dev-hugo
...

TODO

Check out our website's issues page for more details.