Browse code

Improved organziation of _config.yml

Brandon Mathis authored on 19/07/2011 at 13:07:30
Showing 1 changed files
... ...
@@ -1,38 +1,43 @@
1
-# Required configuration
2
-source: source
3
-destination: public
4
-plugins: plugins
5
-code_dir: downloads/code
6
-port: 4000
1
+# ----------------------- #
2
+#      Main Configs       #
3
+# ----------------------- #
7 4
 
8 5
 url: http://yoursite.com
9 6
 title: My Octopress Blog
10
-permalink: /blog/:year/:month/:day/:title
11 7
 subtitle: A blogging framework for hackers.
12 8
 author: Your Name
9
+simple_search: http://google.com/search
13 10
 
14 11
 # RSS / Email (optional) subscription links (change if using something like Feedburner)
15 12
 subscribe_rss: /atom.xml
16 13
 subscribe_email:
17
-
18
-markdown: rdiscount
19
-pygments: true
20
-paginate: 10
21
-recent_posts: 5
22
-category_dir: blog/categories
23
-simple_search: http://google.com/search
14
+# RSS feeds can list your email address if you like
15
+email:
24 16
 
25 17
 # ----------------------- #
26
-# Optional configurations #
18
+#    Jekyll & Plugins     #
27 19
 # ----------------------- #
28 20
 
29
-# If publishing to a subdirectory as in http://site.com/project set this:
30
-# root: /project
31
-# If left blank, urls will be mapped to '/'
21
+# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
22
+# If blank, urls will be mapped to '/'
32 23
 root:
33 24
 
34
-# RSS feeds can list your email address if you like
35
-email:
25
+port: 4000
26
+permalink: /blog/:year/:month/:day/:title
27
+source: source
28
+destination: public
29
+plugins: plugins
30
+code_dir: downloads/code
31
+category_dir: blog/categories
32
+markdown: rdiscount
33
+pygments: true
34
+
35
+paginate: 10 # Posts per page on the blog index
36
+recent_posts: 5 # Posts in the sidebar Recent Posts section
37
+
38
+# ----------------------- #
39
+#   3rd Party Settings    #
40
+# ----------------------- #
36 41
 
37 42
 # Twitter
38 43
 twitter_user: imathis