mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-15 01:48:04 -05:00
8 lines
97 B
Ruby
8 lines
97 B
Ruby
module Jekyll
|
|
class Dummy < Generator
|
|
priority :high
|
|
|
|
def generate(site) end
|
|
end
|
|
end
|