aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-08-20 16:02:37 -0400
committerBrandon Mathis <brandon@imathis.com>2011-08-20 16:02:50 -0400
commit596ec87c37d4f848e478abbbd0690e52eeb37db1 (patch)
tree0edffecab3ff19fe8f84d7cd0389c28c8bbf72f6 /_config.yml
parent178a198ea7f932307bbe2affeba10240a3168ff3 (diff)
downloadmy_new_personal_website-596ec87c37d4f848e478abbbd0690e52eeb37db1.tar.xz
my_new_personal_website-596ec87c37d4f848e478abbbd0690e52eeb37db1.zip
now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 403f9ba8..00dc8aa4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -32,6 +32,7 @@ pygments: false # default python pygments have been replaced by pygments.rb
paginate: 10 # Posts per page on the blog index
pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/
recent_posts: 5 # Posts in the sidebar Recent Posts section
+excerpt_link: "Read on &rarr;" # "Continue reading" link text at the bottom of excerpted articles
# list each of the sidebar modules you want to include, in the order you want them to appear.
# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'