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'
|
2018-08-18 23:18:26 +00:00
|
|
|
require 'rouge'
|
2009-11-23 02:34:17 +00:00
|
|
|
|
2018-08-18 07:49:02 +00:00
|
|
|
include Nanoc::Helpers::Rendering
|
|
|
|
include Nanoc::Helpers::Blogging
|
|
|
|
include Nanoc::Helpers::XMLSitemap
|
|
|
|
include Nanoc::Helpers::HTMLEscape
|
2010-03-10 21:04:32 +00:00
|
|
|
include WezM::Helpers::Articles
|