From 71ec0edea3f87fb69222dbb6fe025c2211402ca2 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 12 Feb 2013 21:33:39 -0800 Subject: added capacity for pulling static pages from multiple directory source trees. --- lib/config.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lib/config.rb (limited to 'lib/config.rb') diff --git a/lib/config.rb b/lib/config.rb deleted file mode 100644 index a579631..0000000 --- a/lib/config.rb +++ /dev/null @@ -1,9 +0,0 @@ -# -# Here go any application configuration -# - -SITE_TITLE = "LEAP" - -PAGE_DIRECTORY = File.expand_path('../../app/views/pages', __FILE__) - -PAGINATION_SIZE = 20 -- cgit v1.2.3