Skip to content

nodeschool/montreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc0b390 Β· Mar 13, 2016

History

89 Commits
Jan 23, 2016
Mar 13, 2016
Dec 1, 2015
Jan 23, 2016
Oct 16, 2015
Jan 23, 2016
Dec 1, 2015
Jun 5, 2015
Dec 1, 2015
Jun 5, 2015
Dec 1, 2015
Mar 13, 2016
Jun 5, 2015
Jun 5, 2015
Nov 30, 2015
Dec 1, 2015
Jun 5, 2015
Nov 30, 2015

Repository files navigation

NodeSchool Toronto Logo

Development

We use Jekyll to build http://nodeschool.io/toronto. 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" (ping @darcyclarke or @jeffjewiss)

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

  • npm install

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