Questions tagged [jbake-templates]

JBake is a Java based, open source, static site/blog generator that uses template engines to provide scripting support. Use this tag when posting questions about the supported template engines: Freemarker, Groovy and Thymeleaf.

JBake is a Java based, open source, static site/blog generator that uses template engines to provide scripting support. Use this tag when posting questions about the supported template engines: Freemarker, Groovy and Thymeleaf.

2 questions
1
vote
1 answer

JBake Templates: highlight latest post

I am new to JBake. I saw the default way of creating an index page. <#list posts as post> <#if (post.status == "published")> -- design your posts here This…
Mohit Kanwar
  • 2,962
  • 7
  • 39
  • 59
0
votes
1 answer

Loop through all jbake configuration options

Is there any way to loop through all jbake configuration options? I know that you can do config.[option] for single options. But is there a way to get all of them?
Hengrui Jiang
  • 861
  • 1
  • 10
  • 23