This page is built using Jekyll and Liquid for Designers
It is published using Github Pages at http://ukrse.github.io/, and we hope will move to http://rse.ac.uk/
See _layouts/default.html for the layout and stylesheets/stylesheet.css for the styles.
To make new pages, create files called foo.md containing YAML frontmatter:
---
title: The title
layout: default
short: Shortname
---
followed by content in Markdown.
You can edit the content online in the Github live editor, or clone it in git and work offline:
gem install jekyll
git clone [email protected]:UKRSE/UKRSE.github.io.git
cd UKRSE.github.io
jekyll serve
# Point browser to localhost:4000