diff options
author | B Mathis <brandon@imathis.com> | 2009-11-07 18:17:54 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-07 18:17:54 -0600 |
commit | fcc761c7bf1de6d18b353a4895750a8e423e0d3f (patch) | |
tree | 3ef8d9c51cc2c7692fa32fb6e28a5770c761305b /README.markdown | |
parent | 24c5fedcbca655b0d2c32ccba7a63357daab7d05 (diff) | |
download | my_new_personal_website-fcc761c7bf1de6d18b353a4895750a8e423e0d3f.tar.xz my_new_personal_website-fcc761c7bf1de6d18b353a4895750a8e423e0d3f.zip |
updated readme
Diffstat (limited to '')
-rw-r--r-- | README.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 82cb3770..e058ff10 100644 --- a/README.markdown +++ b/README.markdown @@ -59,10 +59,10 @@ You can also change: tweet_count: 3 ### 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: +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, edit the settings at the top of _layouts/default.haml -1. Add your site's Disqus shortname -2. Add your site's full url eg: http://yoursite.com + full_url: http://yoursite.com + disqus_short_name: yourdisqusname ### 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. |