Skip to content

ClubCedille/cedille.etsmtl.ca

Repository files navigation

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