You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have about 6 000 documents in our main content pages. Regenerating static HTML version, send to a Lucene index every updated document at every merge to master would be intensive for no real benefit.
How about we remove the need for the static site generator to require a full generation run at every change. One reason most static site generator has to require a full run are cases when you want to list folders with sub pages.
Why not leverage an already baked-in feature from the web server and let it generate sub pages for us.
That way our static-site generator won’t need to have this task to be done.
Expected tasks
Have a proof of concept that fills requirements
Create web server package with "Directory listing" that we can theme
Create files in static site generator content source "directory listing templates" to be used by web server
We have about 6 000 documents in our main content pages. Regenerating static HTML version, send to a Lucene index every updated document at every merge to master would be intensive for no real benefit.
How about we remove the need for the static site generator to require a full generation run at every change. One reason most static site generator has to require a full run are cases when you want to list folders with sub pages.
Why not leverage an already baked-in feature from the web server and let it generate sub pages for us.
That way our static-site generator won’t need to have this task to be done.
Expected tasks
The text was updated successfully, but these errors were encountered: