Skip to content

npch/UKRSE.github.io

 
 

Repository files navigation

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

About

Website for the UK Society of Research Software Engineers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published