Skip to content

Source du site des années 2015, 2016 et 2017 de la conférence AgileFrance.

Notifications You must be signed in to change notification settings

Frederic-ANDRE/site-dessins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

These are the sources for the Agile France website.

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Gulp: npm install -g gulp
    • Gulp plugins: npm install
  • Build:
    • gulp build — build output files into public directory
    • gulp build-fast — build output files into public directory, but consider images are already there

Updating the contents for a new year

  • Replace all instances of the previous year by the current year (e.g. find-and-replace “2016” by “2017”) and update the dates. See for example f5975a5e4e3809048509e7631fe6a5eab11230b5.
  • Change the order of sections. See for example 2e306601ca23ffe07893095dc2a1f5479140be5d.

Deploying

CircleCI, as set up in circle.yml, will run a deploy script. That deploy script will compile the site to a static version and push it to a new repo with GitHub Pages on, most probably on the @AgileFrance organisation.

Ask @FredZen to create a new subdomain of conf.agile-france.org with the name of the current year (e.g. 2017.conf.agile-france.org), and make it point to the new GitHub Pages repo.

About

Source du site des années 2015, 2016 et 2017 de la conférence AgileFrance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.1%
  • HTML 37.6%
  • JavaScript 15.3%