mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-12 18:48:01 +00:00
10 lines
269 B
Ruby
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
|