/website

Site web et blog officiel de Code-Troopers

Primary LanguageHTMLApache License 2.0Apache-2.0

jekyll-website

New version of the website using Jekyll, gulp, font-awesome and bootstrap

Prerequisites

OR use Docker®

See .ctproject

Warning
Livereload is slower on Mac
Install
npm install
bower install
Usage
Example usage:
    gulp serve [options]            Build and serve website on 3000 with livereload
    gulp build [options]            Build website on /public
    gulp deploy [options]           Build and deploy website on github/ghpages
    gulp thumbnail-images           Generate thumbnails for images in `app/images/posts`
    gulp compress-images            Generate thumbnails and compress all images in app/images
    gulp lint-[styles|scripts|html] Lint files

Options:
    --prod      Minify, uglify, rev styles and scripts files
    --drafts    Show drafts
Tips
Tip
Run jekyll bin with docker
usr/local/bin/jekyll
#!/bin/bash

docker run --rm -it -v $PWD:/src grahamc/jekyll $@
TODO
  1. Check Jenkins job