Skip to content

nodeschool/montreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 5, 2017
f0c9474 Β· May 5, 2017
Jan 23, 2016
May 5, 2017
Dec 1, 2015
Mar 9, 2017
Oct 16, 2015
Apr 9, 2017
Sep 23, 2016
Dec 1, 2015
Jun 5, 2015
Aug 18, 2016
Jun 5, 2015
Aug 18, 2016
May 1, 2017
Jun 5, 2015
Jun 5, 2015
Sep 12, 2016
May 1, 2016
Jun 5, 2015
Feb 11, 2017

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