aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2011-10-16 11:57:29 +0200
committerFrederic Hemberger <mail@frederic-hemberger.de>2011-10-16 11:57:29 +0200
commitd98a4de07ec8727b10c3f059c1fbee3e19d01761 (patch)
tree8acde35c469db3cec62ead6b813897ddc4707972 /_config.yml
parent4b87a2fb7d08db399552bff7d1a574d7547c1664 (diff)
downloadmy_new_personal_website-d98a4de07ec8727b10c3f059c1fbee3e19d01761.tar.xz
my_new_personal_website-d98a4de07ec8727b10c3f059c1fbee3e19d01761.zip
Makes titlecase of page/post titles configurable
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 26881bc4..f90307ac 100644
--- a/_config.yml
+++ b/_config.yml
@@ -34,6 +34,8 @@ 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
+titlecase: true # Converts page and post titles to tilecase
+
# 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'
default_asides: [asides/recent_posts.html, asides/github.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html]