summaryrefslogtreecommitdiff
path: root/_config.yml.example
diff options
context:
space:
mode:
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