HugoDelval / pyconfr_2019

Site web pour PyConFr 2019

Home Page:https://www.pycon.fr/2019/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyConFr 2019

You've seen a mistake? Please go to the templates folder above an fix it ;).


To serve the dynamic website on localhost:

make serve

To build and deploy the static website in production:

make deploy

with something like this in your ~/.ssh/config:

Host rainette
  HostName rainette.afpy.org
  Port 2222
  User changeme

Host pyconfr
  ProxyJump rainette
  HostName 192.168.42.110
  Port 4242
  User pyconfr

That's all you need! Other rules are available in Makefile, mostly for debugging purpose.

About

Site web pour PyConFr 2019

https://www.pycon.fr/2019/


Languages

Language:HTML 90.2%Language:CSS 5.8%Language:Python 3.4%Language:Makefile 0.6%