Is it possible to combine “template” pages with JSON, bake the results, and build a full static website out of them?
I’m making a personal gallery/portfolio out of “template” pages and JSON, with the goal of having a 100% static website that I can update simply by adding new entries to the JSON file, build the resulting content, and upload new HTML pages/assets via FTP.
I have two kinds of template pages:
- The Gallery page, which displays all available entries as thumbnails + titles.
- The Entry page, used for individual gallery entries, which displays the project itself (in this case, images), title + description, and detail shots.
I currently already have JSON linked up to a rough draft of these templates, so I can see these pages and all the data functioning correctly. My biggest issue right now is that I can’t find any way to “bake” the results into completely static HTML – or automatically create pages for each Object entry in the JSON file, for that matter.
Is this currently doable? Does this sort of functionality exist in Wappler?
Last updated: