ONTechNITS / RapidHTML

GNU General Public License v3.0
10 stars 0 forks source link

Provide mechanism to export everything as HTML #28

Open rashidnhm opened 1 month ago

rashidnhm commented 1 month ago

Sphinx, mkdocs, gatsby, and other "program to website" frameworks allow you to export everything as html. We should as well.

app = QuickHTML()

# ... Routes ...

app.build(format="html", output_directory="./output/")
ThomasJRyan commented 1 month ago

Should definitely be part of https://github.com/ONTechNITS/RapidHTML/issues/21 as well