Gradle Guides plugin html custom templates

Hi I am new to [gradle-guides-plugin](https://github.com/gradle/guides/tree/master/subprojects/gradle-guides-plugin). Can someone please help on following questions

  1. How can I add more custom HTML templates (see [src/main/resources] )(https://github.com/gradle/guides/tree/master/subprojects/gradle-guides-plugin/src/main/resources)
  2. If I add my custom templates in resources folder how this plugin understands?
  3. How asciidoctor plugin will know how to use these HTML fragments while converting *.adoc files into HTML documents?

Thanks

Hi Frieder Bluemle frieder.bluemle@gmail.com

Can you please advise. I see your latest commit to the plugin.

How asciidocter know head.html header.html and footer.html to include/process? Is it a limitation using this plugin?

Fyi: I didn’t get a chance to dig deep into asciidocter code and its JRuby calls.