1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2024-12-26 05:59:54 +00:00
wezm.net/lib/default.rb

10 lines
237 B
Ruby
Raw Normal View History

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