Skip to content

surreydigitalservices/surreydigitalservices.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
---