Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 607 Bytes

File metadata and controls

25 lines (15 loc) · 607 Bytes

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.