Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 492 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 492 Bytes

Python Sul 2020

pythonsul.org

Projeto Pelican para criação so site da Python Sul 2020!

Ambiente

git clone git@github.com:pythonsul/pythonsul2020-site.git;
cd pythonsul2020-site
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Rodar

source .venv/bin/activate
invoke reserve

Configuração

  • python decouple para configurar a url.

Deploy

[dentro da env]$ invoke gh-pages