mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-14 09:27:57 -05:00
9 lines
101 B
Ruby
9 lines
101 B
Ruby
module Jekyll
|
|
class Dummy < Generator
|
|
priority :high
|
|
|
|
def generate(site)
|
|
end
|
|
end
|
|
end
|