Skip to content

Commit

Permalink
added the :url config option to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbolist authored and Alexis Sellier committed Feb 5, 2010
1 parent 8c2df26 commit ce31c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ you could add `set :author, 'John Galt'` inside the `Toto::Server.new` block. He

set :author, ENV['USER'] # blog author
set :title, Dir.pwd.split('/').last # site title
set :url, 'http://example.com' # site root URL
set :root, "index" # page to load on /
set :date, lambda {|now| now.strftime("%d/%m/%Y") } # date format for articles
set :markdown, :smart # use markdown + smart-mode
Expand Down

0 comments on commit ce31c5a

Please sign in to comment.