This is the Remote 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.
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
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