Created
April 16, 2013 16:06
-
-
Save seanorama/5397222 to your computer and use it in GitHub Desktop.
Initial Octopress configuration in _config.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -2,10 +2,10 @@ | |
# Main Configs # | |
# ----------------------- # | |
-url: http://yoursite.com | |
-title: My Octopress Blog | |
-subtitle: A blogging framework for hackers. | |
-author: Your Name | |
+url: http://recountal.org | |
+title: A Recountal | |
+subtitle: Just start writing | |
+author: Sean Roberts | |
simple_search: http://google.com/search | |
description: | |
@@ -13,7 +13,7 @@ description: | |
# You can customize the format as defined in | |
# http://www.ruby-doc.org/core-1.9.2/Time.html#method-i-strftime | |
# Additionally, %o will give you the ordinal representation of the day | |
-date_format: "ordinal" | |
+date_format: "%F" | |
# RSS / Email (optional) subscription links (change if using something like Feedburner) | |
subscribe_rss: /atom.xml | |
@@ -58,26 +58,26 @@ default_asides: [asides/recent_posts.html, asides/github.html, asides/delicious. | |
# ----------------------- # | |
# Github repositories | |
-github_user: | |
+github_user: seanorama | |
github_repo_count: 0 | |
github_show_profile_link: true | |
github_skip_forks: true | |
-twitter_user: | |
+twitter_user: seano | |
twitter_tweet_button: true | |
# Google +1 | |
-google_plus_one: false | |
+google_plus_one: true | |
google_plus_one_size: medium | |
# Google Plus Profile | |
# Hidden: No visible button, just add author information to search results | |
-googleplus_user: | |
+googleplus_user: 103897508330048282074 | |
googleplus_hidden: false | |
# Pinboard | |
-pinboard_user: | |
+pinboard_user: seano | |
pinboard_count: 3 | |
# Delicious | |
@@ -85,11 +85,22 @@ delicious_user: | |
delicious_count: 3 | |
# Disqus Comments | |
-disqus_short_name: | |
+disqus_short_name: arecountal | |
disqus_show_comment_count: false | |
# Google Analytics | |
google_analytics_tracking_id: | |
# Facebook Like | |
-facebook_like: false | |
+facebook_like: true | |
+ | |
+#prose.io settings | |
+prose: | |
+ rooturl: "source" | |
+ metadata: | |
+ "source/_posts": | | |
+ layout: post | |
+ title: "Title" | |
+ comments: true | |
+ categories: | |
+ published: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment