- Read the README.md
- Read and have on hand the Jekyll reference: https://jekyllrb.com/docs/quickstart/
- Read and have on hand the Shopify liquid templating reference: https://help.shopify.com/en/themes/liquid
- Run a local instance of Jekyll with incremental builds and file watch:
$ bundle exec jekyll serve --watch --incremental
- Open http://localhost:4000/RUniteCS in your browser to view
- Pages can be edited by finding their name.html in the root directory
- Page parts (templates) can be edited by going to _includes or _layouts and editing the html
- Fork the repo and commit your changes then create a pull request
- ?? lets save the world!