mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
9 lines
237 B
Ruby
9 lines
237 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 WezM::Helpers::Articles
|