This application demonstrates the core features of the Aspen web framework.
To get it running:
- Clone or download.
- Start aspen inside of this directory.
- Hit http://localhost:8080/.
- To create a post, click "New Post" and enter a slug.
- "Edit" to add content.
- "Save" to see your content.
- Go back to the homepage and you'll see it listed there.
- "Save" with empty fields to delete.
Poke around in the source code to unravel how Aspen works.