Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 737 Bytes

surreydigitalservices.github.io

The surreydigitalservices.github.io site is hosted on GitHub pages which is powered by Jekyll.

When changes are made, it can take a few minutes before they are visible.

Blog posts

Blog posts should be saved in the _posts directory and named with the following structure:

YEAR-MONTH-DAY-title.md

Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers.

The start of each post should contain YAML Front Matter for example:

---
layout: post
title:  "Welcome to Jekyll!"
date:   2016-01-20 11:54:38
category: jekyll
tags: jekyll update
author: Ben
---