summaryrefslogtreecommitdiff
path: root/_config.yml.example
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-02-08 23:15:46 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-02-08 23:15:46 +0000
commit3c2ac474f20da6baf804e5c51f62c2c8cb19c6eb (patch)
tree743001d97c34d2f963ad20b01c60c2c3adb09895 /_config.yml.example
parent1dcb61ea904e901548deba046016661e23a1f12f (diff)
Update rake task for better creation of test posts.
Diffstat (limited to '_config.yml.example')
-rw-r--r--_config.yml.example12
1 files changed, 9 insertions, 3 deletions
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