Skip to content

techx/xfair-splash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xfair-splash

This is the xFair 2020 splash page: https://xfair.io

It's built using Jekyll, a static site generator written in Ruby and natively supported by Github Pages.

Most links/paths are stored in _config.yml. Some are hard coded into index.html.

Styles are written in SCSS and broken up into partials in the _sass directory, then imported into styleshets/styles.scss.

Running and testing locally

To run and test locally, you need to have Jekyll installed. See instructions.

After cloning this repo, cd into the project folder and run bundle exec jekyll serve. This will compile and serve the website on localhost:4000 and also generate the static files in _site.