-
-
Notifications
You must be signed in to change notification settings - Fork 136
Produce a static website #416
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Is your feature request related to a problem? Please describe.
The problem is that it's possible to run a server to view the files, but not to deploy a static website (containing just HTML and CSS (and maybe JS) files) which can be viewed without a server, and/or deployed to a simple nginx server.
Describe the solution you'd like
This should convert the entire workspace archive to a locally-browseable static site.
Describe alternatives you've considered
Do
slackdump view fooand then run a web scraper on that.