Skip to content

Instantly share code, notes, and snippets.

@ngmaloney
Created October 16, 2015 01:06
Show Gist options
  • Save ngmaloney/81584abd7714065be800 to your computer and use it in GitHub Desktop.
Save ngmaloney/81584abd7714065be800 to your computer and use it in GitHub Desktop.
Sample Jekyll Config
---
title: Jekyll Test
url: http://localhost:4000
timezone: UTC
permalink: pretty
defaults:
scope:
path: ""
values:
layout: "default"
markdown: redcarpet
redcarpet:
extensions:
- autolink
- fenced_code_blocks
- lax_spacing
- strikethrough
- superscript
- tables
- footnotes
- highlight
title date css-id
Home
2015-10-15 01:16:00 UTC
header

#Heading

This is the body

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment