diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2011-12-29 20:55:30 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2011-12-29 20:55:30 +0000 |
| commit | 315bebe5be8e77a312f6aaa04d36b691eb5cf10a (patch) | |
| tree | acece43bd740bea7bf7864f431ee85a700a16d16 /_config.yml.example | |
| parent | c1f1822f7ac0fdd6d7c46f71ed9d3705b3b247b5 (diff) | |
Add excerpts.
Main index page shows exceprts of posts using plugin.
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 10 |
1 files changed, 10 insertions, 0 deletions
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: '<!--more-->' |
