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.pdfin thepdffolder.
Put your sponsorship prospectus as a PDF namedsponsor-prospectus.pdfin thepdffolder. - Theming: See the ReadMe for
images/.
To use a custom font, put a font file at the root, namedfontwith 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 2x1 rectangles 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.jpgformat.
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.