Add purely static export #18
Labels
A-cli
Area: command line interface
A-router
Area: router
A-templates
Area: templates
C-enhancement
Category: enhancement
D-medium
Difficulty: medium
P-medium
Priority: medium
S-in-development
Status: in development
Is your feature request related to a problem? Please describe.
Perseus is currently not technically JAMstack because it doesn't support eliminating server-side code. Many Perseus sites only rely on build-time rendering strategies, and performance would be improved if we could export to purely static files.
Describe the solution you'd like
The Perseus CLI should have an
export
command that creates a purely static set of files that can be served from anywhere, like a CDN, without any dependency on a server.Describe alternatives you've considered
Zola is a great alternative in the meantime, but being able to have this work with Perseus would be a huge plus, and would get the project even with NextJS on JAMstack support.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: