Skip to content

ScrumbledEggs/scrumbledeggs.github.io

Repository files navigation

scrumbledeggs.github.io

The website for the BoardBot project for the Fall 2017 Principles of Engineering course at Olin College of Engineering.

Built with Jekyll, HTML5UP, and @andrewbanchich's WIP Jekyll-ified "Editorial" theme.

Building for poe.olin.edu/2017/boardbot/

The site is currently hosted in two places - GitHub Pages (scrumbledeggs.github.io/) and an Olin server (poe.olin.edu/2017/boardbot/). The settings in _config.yml are for building for GitHub Pages. In order to build the site correctly for deployment to the olin server, you'll need to change the url, baseurl, and google_analytics variables, which can be done by building the site with _linwebprod_config.yml, as explained in the Jekyll documentation:

jekyll build --config _config.yml,_linwebprod_config.yml