Skip to content

nodeschool/montreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7769a8 Β· Feb 6, 2017
Jan 23, 2016
Feb 6, 2017
Dec 1, 2015
Feb 5, 2017
Oct 16, 2015
Jan 31, 2017
Sep 23, 2016
Dec 1, 2015
Jun 5, 2015
Aug 18, 2016
Jun 5, 2015
Aug 18, 2016
Jan 31, 2017
Jun 5, 2015
Jun 5, 2015
Sep 12, 2016
May 1, 2016
Jun 5, 2015
Sep 23, 2016

Repository files navigation

NodeSchool MontrΓ©al Logo

Develop NodeSchoolMTL

We use Jekyll to build http://nodeschool.io/montreal. If you want to run the site or develop it locally you'll have to install Jekyll and Jekyll-Sitemap.

gem install jekyll

gem install jekyll-sitemap

We pull in event information through the Tito embed widget but all the attendees listed are pulled via the Tito API. In order to update the listing of attendees, you'll have:

  • Request our Tito API auth_token

  • Create a config.json in the root with the following: { "auth_token": "..." }

  • npm install

  • npm update-attendees or node ./tasks/update-attendees.js