-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No template engine found for template #1
Comments
The JBake maven plugin requires some dependencies. The "jbake" pom.xml defines as optional the libraries for pegdown (the markdown parser), asciidoctorj (the ad parser), freemaker (the .ftl renderer), groovy (the groovy renderer) and thymeleaf (the thyme renderer). You can configure these dependencies in the maven pom.xml:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After running mvn jbake:generate the generated html files are empty (0 bytes)
The output tells me that no template engine was found.
If I go directly to src/main/jbake and run jbake everything is fine. Output folder is created and the site gets generated.
Maybe I'm missing something?
The text was updated successfully, but these errors were encountered: