From: Matt S Trout Date: Thu, 10 Feb 2011 20:13:31 +0000 (+0000) Subject: rename stuff X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FSCS.git;a=commitdiff_plain;h=5ca5646008c9ca079a8c405d916a1d4b4614061d rename stuff --- diff --git a/lib/SCSite.pm b/lib/SCSite.pm index 76c7414..0809083 100644 --- a/lib/SCSite.pm +++ b/lib/SCSite.pm @@ -19,8 +19,8 @@ has _feed_generator => ( sub default_config { ( - pages_dir => 'share/content', - template_dir => 'share/skin', + pages_dir => 'share/pages', + template_dir => 'share/templates', feed_id_prefix => 'http://shadow.cat', ) } diff --git a/share/skin/layout.html b/share/templates/layout.html similarity index 100% rename from share/skin/layout.html rename to share/templates/layout.html