From 3c2ac474f20da6baf804e5c51f62c2c8cb19c6eb Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Wed, 8 Feb 2012 23:15:46 +0000 Subject: Update rake task for better creation of test posts. --- _config.yml.example | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '_config.yml.example') diff --git a/_config.yml.example b/_config.yml.example index 54f8732..aaf1025 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -1,5 +1,5 @@ # *************************** -# SITE CONFIG +# SITE # *************************** # Set to true when building the site for production. @@ -51,7 +51,7 @@ copyright_year: #feedburner: # *************************** -# JEKYLL CONFIG +# JEKYLL # *************************** # Markdown engine that will be used. @@ -67,7 +67,7 @@ destination: public permalink: /archives/:year/:month/:day/:title/ # *************************** -# PLUGINS CONFIG +# PLUGINS # *************************** # Directory where plugins are located. @@ -84,3 +84,9 @@ plugins: _site_build/_plugins # String prefixed to the meta description of the category page. Defaults to Category: #category_meta_description_prefix: + +# *************************** +# RAKE TASKS +# *************************** +# The number of test posts that will be generated by the task test_posts:create +num_test_posts: 50 -- cgit v1.2.3-13-gbd6f