<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,7 +17,7 @@ def stone_start
   Stone.start(Dir.pwd + &quot;/db/#{Sinatra.env.to_s}&quot;, Dir.glob(File.join(Dir.pwd,&quot;models/*&quot;)))
 end
 def load_config
-  YAML::load(File.read('config.yml')).to_hash.each do |k,v|
+  YAML::load(File.exist?('config.yml') ? File.read('config.yml') : File.read('config.sample.yml')).to_hash.each do |k,v|
     set k, v
   end
   theme = Sinatra.options.theme || &quot;default&quot;</diff>
      <filename>bliki.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f09d86d0a6f2ca359f4d06b135b010ca99283095</id>
    </parent>
  </parents>
  <author>
    <name>Ale Mun&#771;oz</name>
    <email>bomberstudios@gmail.com</email>
  </author>
  <url>http://github.com/bomberstudios/bliki/commit/6cca27bb8c40599e3634a2279d162b3551ed8071</url>
  <id>6cca27bb8c40599e3634a2279d162b3551ed8071</id>
  <committed-date>2008-12-28T12:15:50-08:00</committed-date>
  <authored-date>2008-12-28T12:15:50-08:00</authored-date>
  <message>Use config.sample.yml if no config.yml exists</message>
  <tree>a91cd8f9de84b0db80c95170ef5a869b1557d026</tree>
  <committer>
    <name>Ale Mun&#771;oz</name>
    <email>bomberstudios@gmail.com</email>
  </committer>
</commit>
