1
0
Fork 0
forked from wezm/wezm.net
wezm.net/lib/default.rb
2010-07-23 13:21:05 +10:00

10 lines
273 B
Ruby

# All files in the 'lib' directory will be loaded
# before nanoc starts compiling.
require 'json'
include Nanoc3::Helpers::Rendering
include Nanoc3::Helpers::Blogging
include Nanoc3::Helpers::XMLSitemap
include Nanoc3::Helpers::HTMLEscape
include WezM::Helpers::Articles