Just some good old static webpages. We like to KISS.
Just fork this repo, commit your changes and open a pull request.
This project uses Sass, node and Grunt because we are cool kids.
You shoud be able to install Compass and node in a few commands:
brew install nodeon Mac OS X for instance
npm install will install all dependencies mentioned in the package.json file
Now you just have to type grunt to run tasks and watch the changes :)
user@host ~/www/sudweb/# grunt
Running "htmlhint:build" (htmlhint) task
>> 1 file lint free.
Running "compass:dist" (compass) task
create css/ie.css (0.137s)
create css/normalize.css (0.074s)
create css/print.css (0.004s)
create css/screen.css (0.124s)
overwrite css/sudweb.css (0.502s)
Compilation took 0.911s
Running "watch" task
Waiting...
Happy coding!
You initially need to install GraphicsMagick.
brew install graphicsmagickThen run, each time you need to regenerate thumbnails:
npm run thumbsThey will be located in img/orateurs/150.
Once you are satisfied and are ready to deploy on sudweb.fr/2014, proceed as below:
npm run deploy-prod
ssh sudweb 'cd www/2014 && git pull'Notice: sudweb is a hostname configured in ~/.ssh/config.
To share what you have done without publishing it live, use the following command:
npm run deploy-devThe content will be available on http://<your username>.github.io/2014.

