Skip to content

nodeschool/montreal

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