No description
- HTML 63.9%
- CSS 28.5%
- JavaScript 6.5%
- Makefile 0.7%
- Dockerfile 0.2%
- Other 0.2%
| .github | ||
| archetypes | ||
| assets | ||
| content | ||
| data | ||
| static/images | ||
| themes/cedille | ||
| tiret@c9bec46892 | ||
| .envrc | ||
| .gitignore | ||
| .gitmodules | ||
| .hugo_build.lock | ||
| config.toml | ||
| Dockerfile | ||
| Dockerfile.dev | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| shell.nix | ||
| versel.json | ||
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.