Editing This Site
Note to Self: How to update the ReadingGroup website:
- Download the
gh-pagesbranch of the repo (default). - Edit
index.mdto add this week’s paper to the top of the file. - Open the directory in the command line and run
bundle exec jekyll serveif you want to check it locally. To see it, visit http://127.0.0.1:4000/ReadingGroup/ - If it all works happily, do
git add . && git commit -m 'my lovely commit message' && git push -u origin gh-pages