From fc6384360e2e4ce8905ff7769866f8dba3702a02 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Wed, 28 Dec 2011 19:32:44 +0000 Subject: Create basic layout for site. --- _config.yml.example | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _config.yml.example (limited to '_config.yml.example') diff --git a/_config.yml.example b/_config.yml.example new file mode 100644 index 0000000..37b5c32 --- /dev/null +++ b/_config.yml.example @@ -0,0 +1,28 @@ +# *************************** +# SITE CONFIG +# *************************** + +title: +subtitle: +author: +email: +twitter: +github: + + + +# *************************** +# JEKYLL CONFIG +# *************************** + +# Markdown engine that will be used. +markdown: rdiscount + +# Directory where Jekyll will look to transform files. +source: _site_build + +# Directory where Jekyll will save transformed files. +destination: public + +# Format that Jekyll will use when generating URLs to posts. +permalink: /archives/:year/:month/:day/:title/ -- cgit v1.2.3-13-gbd6f