content
content copied to clipboard
Add ability to disable prerender of content
Is your feature request related to a problem? Please describe
I'm trying to make a website that can be modified without rebuilding the project.
Describe the solution you'd like
A way to define that the content should be lazily parsed and cached instead of statically prerendered. As an example have the markdown content in a database and cache the parsed version in redis.
Describe alternatives you've considered
I didn't find any up to date libraries as alternatives that would let me do something like this. So the only alternative would be to write it myself.