Skip to content

SoCraTes-FR/socrates-fr.github.io

Repository files navigation

socrates-fr.github.io Build Status

How to contribute ?

The site is build with Hugo and the content is in config.toml.

Make a PR on the branch hugo not on branch master.

Some commands

Run the site locally:

hugo server

Build the site locally:

hugo

Continuous Delivery

When a PR (on the branch hugo) is merge, Travis build and deploy automatically the site.