Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 414 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 414 Bytes

scipylatam-webpage-2021

Scipy Latin America Conference 2021 Website

install python packages

$ poetry install

install yarn packages

$ cd webpack/
$ yarn

run lektor

$ poetry run lektor server -f webpack

deploy pages

$ export LEKTOR_DEPLOY_USERNAME=xxxxxxxxxxxxxx
$ export LEKTOR_DEPLOY_PASSWORD=xxxxxxxxxxxxxx
$ poetry run lektor deploy ghpages