Browse code

added config for multiple asides

Brandon Mathis authored on 30/07/2011 at 16:07:51
Showing 1 changed files
... ...
@@ -33,8 +33,15 @@ pygments: false
33 33
 paginate: 10 # Posts per page on the blog index
34 34
 recent_posts: 5 # Posts in the sidebar Recent Posts section
35 35
 
36
-# list each of the sidebar modules you want to include, in the order you want, here, adding your own in asides/custom/... if you'd like
37
-asides: [asides/recent_posts.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html]
36
+# list each of the sidebar modules you want to include, in the order you want them to appear.
37
+# To add custom asides, create files in /source/_includes/asides/custom/ and add them to the list like 'asides/custom/custom_aside_name.html'
38
+default_asides: [asides/recent_posts.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html]
39
+
40
+# Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below
41
+# and add an array with the asides you want to use.
42
+# blog_index_asides:
43
+# post_asides:
44
+# page_asides:
38 45
 
39 46
 # ----------------------- #
40 47
 #   3rd Party Settings    #