summaryrefslogtreecommitdiff
path: root/_config.yml.example
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2011-12-28 19:32:44 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2011-12-28 19:32:44 +0000
commitfc6384360e2e4ce8905ff7769866f8dba3702a02 (patch)
tree7a804eea783b0a82a416c0cf86530d3712d7f0a7 /_config.yml.example
parent5e4be1b2145ab96fd57d4a61f266169c13af51b4 (diff)
Create basic layout for site.
Diffstat (limited to '_config.yml.example')
-rw-r--r--_config.yml.example28
1 files changed, 28 insertions, 0 deletions
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/