README.rdoc in serious-0.2.3 vs README.rdoc in serious-0.2.4

- old
+ new

@@ -196,9 +196,16 @@ Use the :article property, which defaults to the articles subdirectory of the current working dir (a.k.a. where your config.ru sits) Serious.set :articles, '/home/youruser/myblogposts' +=== Setting the pages path + +Similarily to the articles path, the pages will be served from your sites working directory's +subdirectory <code>pages</code>. Customize this with: + + Serious.set :pages, '/home/youruser/mystaticpages' + === The title The title is used for your atom feed, the site name and so on. It defaults to 'Serious' and you can specify it with: