Allen, With the risk that you might jump on me* (, May I bring up Hugo as a possible candidate? Apache Hadoop and Apache Ozone and Apache Submarine websites are generated via Hugo today; it uses simple Markdown to generate the website.
--Anu * For those not aware, Allen once told me not to use Hugo – hence that remark ( On 4/22/19, 7:50 AM, "Allen Wittenauer" <a...@apache.org> wrote: > On Apr 21, 2019, at 6:57 PM, Sean Busbey <bus...@apache.org> wrote: > > I really like editing and authoring in markdown. Is there a maven site > plugin to allow that or are we back to some xml stuff? Settings and themes are XML and content can be in anything that doxia supports including markdown. I helped convert Hadoop’s mvn site driven documentation to markdown a few years ago. (They still use that horrible fluido skin though.) I have two big reservations around switching to mvn site: * There is a good chance we’ll want to use a custom maven skin, which could end up in us maintaining it as part of the Yetus source tree. This isn’t necessarily a bad thing, but I’m not sure we want to be in that business. * doxia tends to be a bit flaky and crash in surprising ways. The Hadoop documentation didn't have a lot of complexity and yet it still broke it in surprising ways. But that was also before doxia moved from pegdown to flexmark . There are lots of other choices for static site generators. The big con I can see for using one of those is that we’ll still be maintaining code to push the javadoc, etc, into it.