1
0
Fork 0
forked from wezm/wezm.net
wezm.net/lib/default.rb
2018-08-18 17:49:02 +10:00

10 lines
269 B
Ruby

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