Skip to content

pythonpizza/template-website-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4a44e4 · Sep 21, 2020

History

16 Commits
Sep 21, 2020
Jan 25, 2020
Apr 3, 2020
Jan 25, 2020
Jan 25, 2020
Jan 25, 2020
Jan 25, 2020
Jan 25, 2020
Jan 25, 2020
Jan 25, 2020
Jan 25, 2020
Jul 5, 2020
Jan 25, 2020
Jan 25, 2020
Jan 25, 2020
Aug 1, 2020

Repository files navigation

This is the Hamburg 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