1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2024-12-24 04:59:53 +00:00
wezm.net/v1/lib/default.rb

11 lines
285 B
Ruby

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