Jonathan Bullock

Results 94 comments of Jonathan Bullock

@OndraZizka is this PR still WIP?

Did a bit of investigation to see when this default was set, and it looks like it was defined when the project switched from MarkdownJ to PegDown. While you can...

I have seen some define the value for the lead in the metadata header for the file, not saying it's ideal but it's one solution.

Thanks for taking the time to share your solution @slavus

Yeah that's possible, you'll want to do something similar to this: https://github.com/jbake-org/jbake-example-project-freemarker/blob/master/templates/header.ftl#L5

Consider hook point for output as well so you could write a plugin to process output, e.g. CSS/JS minify.

Should allow tools like this to be used.... https://code.google.com/p/wro4j/

Consider JBoss Modules or Furnace from JBoss Forge?

Thanks for the suggestion, I'll definitely look into that. Excellent, I'd love to see JBake used in that way. If you need anything just let me know. I'll make sure...

@RainerW Thanks for suggestion, plugin support is definitely on the roadmap but as you rightly mention what JBake is will have an affect on how support is implemented.