The Webpages are written by using emacs/go-org org mode and the Hugo static website compiler.
When generating the documentation the org files are parsed by go-org which is a part of Hugo. See go-org doc for supported org features.
Hugo is a static website generator. This means the source files are converted to HTML files, which then represent the web pages.
The used theme is Zen.
snap install hugo --channel=extended
You may checkout the zen submodule
git submodule update --init --recursive
To get a local web server which automatically updates to the last changed page:
cd nodecum-webpage hugo server --navigateToChanged
after that you can point your webbrowser to the address http://localhost:1313 to view
the web page. Every time you save an file in the directory content/
this will cause a recompilation of the corresponding HTML file.