forked from wezm/wezm.net
8 lines
No EOL
200 B
Ruby
8 lines
No EOL
200 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 WezM::Helpers::Articles |