Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 975 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 975 Bytes

UKRSE.github.io

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 git@github.com:UKRSE/UKRSE.github.io.git
cd UKRSE.github.io
jekyll serve
# Point browser to localhost:4000