Generic website for events, whose main target is LauzHack.
- Lightweight, good-looking pages
- Easy to configure, no programming required
- Supports common event features: schedule, FAQ, sponsors, organizers...
First, install Jekyll which this template uses.
All configuration files are extensively commented.
- Overall configuration: Edit
_data/info.yml
.
Put your rules as a PDF namedrules.pdf
in thepdf
folder.
Put your sponsorship prospectus as a PDF namedsponsor-prospectus.pdf
in thepdf
folder. - Theming: See the ReadMe for
images/
.
To use a custom font, put a font file at the root, namedfont
with any font extension, such asfont.otf
. - Action link: Edit
_data/action.yml
. - Schedule: Edit
_data/schedule.yml
. - FAQ: Edit
_data/faq.yml
. - Sponsors: Edit
_data/sponsors.yml
, and put sponsor logos inimages/logos/
named as the sponsor name in SVG or PNG.
Sponsor logos should all be square and have equal visual weight within the image, so that sponsors with very wide logos are not disadvantaged compared to sponsors with square logos. - Organizers: Edit
_data/organizers.yml
, and put people photos inimages/people/
named inFirst Last.jpg
format.
People photos should be 300x300px. - Workshops: Edit
_data/workshops.yml
.
See the GitHub Pages documentation to learn how to deploy the site and use a custom domain name.