From 315bebe5be8e77a312f6aaa04d36b691eb5cf10a Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Thu, 29 Dec 2011 20:55:30 +0000 Subject: Add excerpts. Main index page shows exceprts of posts using plugin. --- _config.yml.example | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '_config.yml.example') diff --git a/_config.yml.example b/_config.yml.example index 939cf85..b457be3 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -36,3 +36,13 @@ destination: public # Format that Jekyll will use when generating URLs to posts. permalink: /archives/:year/:month/:day/:title/ + +# *************************** +# PLUGINS CONFIG +# *************************** + +# Directory where plugins are located. +plugins: _site_build/_plugins + +# For the ExceprtFilter plugin. The cutline in posts that indicate the end of the excerpt. +excerpt_tag: '' -- cgit v1.2.3-13-gbd6f