From: Oliver K. <kop...@gm...> - 2018-07-05 05:06:44
|
Hi, 2018-07-02 20:02 GMT+02:00 John Sichi <js...@gm...>: > After 15 years of the same ol' HTML, we're planning to modernize the JGraphT > website and move it over to our Jekyll infrastructure. In other projects, we think of moving from Jekyll to readthedocs.io. Example site: https://java-object-diff.readthedocs.io/en/latest/. Content still hosted on GitHub. Free of charge. - The use MkDocs (https://www.mkdocs.org/) instead of Jekyll. - Seeing the current homepage and the community consuming the homepage (developers, not end users), I would really recommend that way. For simple projects on a single page, we surely stay on Jekyll. Example page: https://adr.github.io/. Source: https://github.com/adr/adr.github.io/blob/master/index.md. We modified the slate theme to have sticky headings: https://github.com/adr/slate For complex single pages, we use a variant of the "SinglePaged" theme by t413 (https://github.com/t413/SinglePaged). Rendered variant at: http://www.jabref.org/ > coming up with a real logo For JabRef, we found our new logo via https://en.99designs.de/. It's not that cheap (https://en.99designs.de/pricing), but really worth the money. We used the cheapest package in JabRef (as far as I remember: Bronze, 259€), but it was really worth the money. Cheers, Oliver |