megazear7 / orison

A server and static site generator built on top of lit-html
http://orison.alexlockhart.me
18 stars 2 forks source link

Add Build Slugs Configuration #13

Closed megazear7 closed 5 years ago

megazear7 commented 5 years ago

The OrisonGenerator needs a buildSlugs parameter that can be used to provide a list of slugs to the OrisonRenderer so that if a list.js file produces a million blog posts, only the changed blog posts can be re-rendered.

This configuration also needs to be available as a command line argument.

megazear7 commented 5 years ago

This was added in commit de53175 and commit af46c10.