Site de CreativeCalc, où on retrouve les comptes rendus d'AG, les status, etc. Basé sur Jekyll.
Go to file
Thomas Touhey 5f4bfcaaa8 Commit initial. 2017-05-21 00:47:09 +02:00
_includes Commit initial. 2017-05-21 00:47:09 +02:00
_layouts Commit initial. 2017-05-21 00:47:09 +02:00
_posts Commit initial. 2017-05-21 00:47:09 +02:00
assets Commit initial. 2017-05-21 00:47:09 +02:00
files Commit initial. 2017-05-21 00:47:09 +02:00
.gitignore Commit initial. 2017-05-21 00:47:09 +02:00
Gemfile Commit initial. 2017-05-21 00:47:09 +02:00
README.md Commit initial. 2017-05-21 00:47:09 +02:00
_config.yml Commit initial. 2017-05-21 00:47:09 +02:00
bureau.md Commit initial. 2017-05-21 00:47:09 +02:00
contact.md Commit initial. 2017-05-21 00:47:09 +02:00
favicon.ico Commit initial. 2017-05-21 00:47:09 +02:00
index.md Commit initial. 2017-05-21 00:47:09 +02:00
statuts.md Commit initial. 2017-05-21 00:47:09 +02:00

README.md

Portail web de CreativeCalc

Ceci est le (simple) portail web de CreativeCalc, l'association derrière Planète Casio. Il est construit avec Jekyll 3.4.3.

Pour installer les dépendances :

bundle install

Pour construire le site (le résultat sera dans _site/) :

jekyll build

Pour visualiser le site pendant que l'on fait des modifications au template ou au contenu :

jekyll serve