Markdown, how to read OGS documentation offline?

How can I read the web-documentation, e.g. of the benchmarks, offline?
I have a chrome extension and a command line tool (grip) for reading markdown files, but the inclusion of images and formulas does not work yet. Is there a root document or a configuration file?

Hi Dominik,

You can set-up a the docs as static html document offline using Hugo.
Just have a look here https://www.opengeosys.org/docs/devguide/documentation/introduction/

Best,
Johannes

1 Like

Thank you Johannes! It works and it is really useful, because markdown overides some characters, e.g. by “_TEXT_” in LaTeX mathmode I may want a nested subscript instead of italic, or by "- " a minus instead of a list element. I escape special markdown characters by “\”, let me know, if there is a better way.