Geoffrey De Smet

Results 68 issues of Geoffrey De Smet

The docs section 5.2.1 state > Any files other than above listed content files, will be treated as static files. When site is baked, all these files will be copied...

I start `mvn jbake:watch` and start adding/editing content, looking at the output regularly. Whe I make some changes, write "foo" to refresh the output, it usually continues running, for hours...

This asciidoc line currently doesn't work: `This website was generated on {published_date}.` This and [other properties](https://jbake.org/docs/2.6.0/#global) that are ready at asciidoc parsing time should be available as adoc attributes (possibly...

enhancement

Our maven plugin configuration looks like this: ``` org.jbake jbake-maven-plugin 0.3.6-rc.2 ... org.asciidoctor asciidoctorj 2.4.3 org.freemarker freemarker 2.3.31 org.yaml snakeyaml 1.28 ``` This is: - verbose to set up (getting...

I have use case pages such as "vehicleRouting.adoc" that define an attribute `jbake-relatedTag=vehicle routing` which is picked up by the `useCaseTemplate.ftl` to add a link to all related blog posts...

Here's my log: ``` $ ./build.sh JBake v2.7.0-SNAPSHOT (2021-05-03 19:31:14[GMT+01:00]) [http://jbake.org] 10:21:41.803 INFO org.jbake.app.Oven - Baking has started... Warning: Nashorn engine is planned to be removed from a future JDK...

I 'd like to see my asciidoc raw text on my left screen and my preview on my right screen. Currently everything is on 1 screen and there's simply not...

enhancement

It would be nice if instead of stating: ![Selection_937](https://user-images.githubusercontent.com/176880/143021364-c6b381a6-018c-4b0a-b66f-5abbaeee45ae.png) if the `` element would be optional, so we only have to specify `linux-x86_64, windows-x86_64, osx-x86_64`.

enhancement

We have a dozen `Score` classes in [OptaPlanner](https://www.optaplanner.org/) (= widely open source Constraint Solver in java), which are used by my users, both in their backend and their frontend. For...

**This permission accepts any class with an XStream annotations, because that class was designed with XStream in mind** and therefore it is fair to presume it is not vulnerable. _Jackson...