gno
gno copied to clipboard
utility to export gnoweb content as static HTML files
We need a utility that can natively export the content of a blockchain as clickable HTML files. This command will be used in CI to export the content of a blockchain, which can then be published on Netlify or any other service that exposes static files for each PR.
Proposed Solution
The utility should be simple to run, making CI on external repositories a no-brainer. Ideally, it should be integrated into gnodev so that:
-
gnodevserves the content. -
gnodev --export-htmlexports everything as HTML files.
This way, it's a single command to run in CI, making the process straightforward and efficient.
cc @gfanton @leohhhn
This issue is stale because it has been open 6 months with no activity. Remove stale label or comment or this will be closed in 3 months.