Website for Intro to Everything
Make sure you have the newest version of the Jekyll gem. You should be able to install that with
gem install jekyll
If you don't have it already.
If you want to work on the site, all you need to do is run
jekyll serve
From the root of the project, and Jekyll will automatically monitor the correct files and start a preview server locally that you can use to see how it will be displayed in production.
- Push to
master
atPitt-CSC/intro-to-everything
- ???
- Profit!
Thanks to the wonderful Steve Klabnik, who detailed the steps to deploy a project like this to Github Pages using Travis CI, that's it. Travis automatically pulls the project, builds it, and then pushes the built project over to the gh-pages
branch. You can find his instructions here.