mycorrhiza-inc / kessler

1 stars 0 forks source link

static rendering for individual documents #164

Closed mirrir0 closed 3 weeks ago

cappuccinocosmico commented 4 weeks ago

Shitty Idea Time: all proceedings pages are dynamically generated

The Backend go/python know all of the documents, and therefore can generate a list of all the URLs for the documents

A program goes ahead and slowly visits every webpage, gets the HTML from next, stores it in a file.

Nginx serves those files

When new files are added the program only needs to walk over the new files

cappuccinocosmico commented 3 weeks ago

Did a version of this, the html is statically generated by go without ever touching the frontend