aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-05 23:35:53 -0600
committerB Mathis <brandon@imathis.com>2009-11-05 23:35:53 -0600
commite062eaa7a4d550a8cba1f772cd2a20f561c411b4 (patch)
tree91c6642095e7dd8608c27140e7feed08e6e00d73 /README.markdown
parent416667ccaaa5244af76ecea91a20edff9ec77586 (diff)
downloadmy_new_personal_website-e062eaa7a4d550a8cba1f772cd2a20f561c411b4.tar.xz
my_new_personal_website-e062eaa7a4d550a8cba1f772cd2a20f561c411b4.zip
added setup instructions for third party integrations
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index ef08cd6b..782fcd70 100644
--- a/README.markdown
+++ b/README.markdown
@@ -49,6 +49,26 @@ Kills the local web server process.
*There are more but these are the ones you'll use the most. Read the Rakefile if you want to learn more*
+## Third Party Integration
+### Twitter
+To configure your twitter feed, edit twitter.js where you can set:
+
+- Account for the feed
+- Number of tweets to show
+- Show Mentions (true/false)
+
+### Disqus Comments
+Octopress has built in support for the Disqus commenting system, using the "universal code" installation method. First register your site at [http://disqus.com/comments/register/](http://disqus.com/comments/register/) Then, to enable Disqus comments on your blog, edit the YAML block at the top of the default layout:
+
+1. Add your site's Disqus shortname
+2. Add your site's full url eg: http://yoursite.com
+
+### Google Site Search
+First setup sitesearch for your site at [http://google.com/sitesearch/](http://google.com/sitesearch/) then add your site\_search\_id to the YAML block in the default layout.
+
+### Google Analytics
+The analytics tracking scripts are already integrated into Octopress, all you have to do is register your site at [http://google.com/analytics/](http://google.com/analytics/).
+
## Style Configuration
### What you need to know
Octopress's stylesheets are written in [SASS](http://sass-lang.com). If you haven't learned SASS, you should. It's the future. Octopress also uses [Compass](http://compass-style.org) which is a framework for SASS and contains a great library of SASS mixins which make it trivial to write complicated CSS. This is also the future.