Browse Source

Use sitemap plugin in the default config.

Brit Butler 12 years ago
parent
commit
cb1a82fc67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/single-site.coleslawrc

+ 1 - 0
examples/single-site.coleslawrc

@@ -3,6 +3,7 @@
3 3
  :domain "http://blog.redlinernotes.com"
4 4
  :feeds ("lisp")
5 5
  :plugins ((mathjax)
6
+           (sitemap)
6 7
            (disqus :shortname "my-site-name")
7 8
            (analytics :tracking-code "foo"))
8 9
  :repo "/home/git/tmp/improvedmeans/"