summaryrefslogtreecommitdiff
path: root/_config.yml.example
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml.example')
-rw-r--r--_config.yml.example10
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-->'