This is the repository for the pycon 2018 website at pycon.co, built using lektor
There is 1 branch, production
.
Default branch is production
and is deployed with gh-pages via Lektor to https://2018.pycon.co
Running installation script:
$ curl -sf https://www.getlektor.com/install.sh | sh
Using pip:
$ pip install -U Lektor
To run local server:
$ lektor server
If you also want to update the webpack files, you need npm
installed
and then run it like this:
$ lektor server -f webpack