2009-11-09 23:42:38 +00:00
|
|
|
# All files in the 'lib' directory will be loaded
|
|
|
|
# before nanoc starts compiling.
|
2009-11-23 02:34:17 +00:00
|
|
|
|
|
|
|
require 'json'
|
|
|
|
|
2009-11-22 06:11:43 +00:00
|
|
|
include Nanoc3::Helpers::Rendering
|
2010-01-30 05:50:07 +00:00
|
|
|
include Nanoc3::Helpers::Blogging
|
2010-03-10 21:04:32 +00:00
|
|
|
include Nanoc3::Helpers::XMLSitemap
|
2010-07-23 03:21:05 +00:00
|
|
|
include Nanoc3::Helpers::HTMLEscape
|
2010-03-10 21:04:32 +00:00
|
|
|
include WezM::Helpers::Articles
|