Skip to content

Repository for PyCon Canada 2019 website

Notifications You must be signed in to change notification settings

lucasdurand/2019-web

 
 

Repository files navigation

Netlify Status

Here are the versions we're using,

node = v10.16.3 npm = 6.9.0 python = 3.7.3 pip = 19.1.1

If you want to help improve the site, here is how you can set it up locally,

Run the following,

$ npm install
$ pip install -r requirements.txt
$ nikola build
$ nikola build
$ nikola serve

It is not a typo. You need to run nikola build twice. What seems to be happening is that nikola starts collecting CSS/static files before our gulp tasks can complete. So, the second time you run nikola build will grab everything.

nikola serve is used to setup a local webserve, so you can visit http://localhost:8000/ to see the website.

If you want to clean your build environment run,

$ npm run clean
$ nikola clean

About

Repository for PyCon Canada 2019 website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.9%
  • Python 20.2%
  • CSS 7.8%
  • HTML 4.7%
  • Shell 0.4%