aep-dev / site-generator-orig

Static site generator for aep.dev and forks.
Apache License 2.0
0 stars 5 forks source link

Support viewing AEPs as of a date (for snapshots and slug transfer) #27

Open rofrankel opened 7 months ago

rofrankel commented 7 months ago

Just recording a half-baked idea for how we might support versions/snapshots and transferable slugs.

Each AEP already has a creation date. If I want to view a snapshot of the AEPs as of some date, we can use the following logic:

Implications:

Thoughts?

rambleraptor commented 7 months ago

We could extend this generator with a list of static dates.

If we want users to pick an arbitrary date, we'll have to introduce a server to our static webpage or migrate to a single-page architecture. Either of those would be a big migration.