Skip to content

pythonpizza/berlin.python.pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b11914 · May 18, 2020

History

95 Commits
Feb 2, 2020
Apr 10, 2019
Aug 15, 2019
May 18, 2020
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Jun 26, 2019
Feb 13, 2020
Feb 2, 2020
Feb 13, 2020
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Feb 2, 2020

Repository files navigation

This is the Berlin version of the pizza python site.

It has been edited by a frontend amateur surfer not a pro so .. I am adding some info not to forget.

Things to change

The template is pretty self explanatory, so main things for the future:

  • speakers, sponsors and schedule data have to be added to dataset
  • COC template definition to be edited in: Coc
  • CFP information can be added in: home
  • link to ticket information to be added to: header

When having only x sponsors in the array please edit the CSS template for the SponsorsShowcase, by changing the elements last-child and first-child to have

grid-template-columns: repeat(x, 1fr);

The rest is all the media which goes in assets

How to run/compile the wesite

Besides installing npm and node also install yarn (using npm install -g yarn).

For the first time you set up the project, run yarn to build all the files.

For running the site locally execute:

$ yarn dev