bin/jekyll in mojombo-jekyll-0.3.0 vs bin/jekyll in mojombo-jekyll-0.4.0
- old
+ new
@@ -45,9 +45,14 @@
puts 'Using rdiscount for Markdown'
rescue LoadError
puts 'You must have the rdiscount gem installed first'
end
end
+
+ opts.on("--permalink [TYPE]", "Use 'date' (default) for YYYY/MM/DD") do |style|
+ Jekyll.permalink_style = (style || 'date').to_sym
+ end
+
end
opts.parse!
def clean(dest)
\ No newline at end of file