Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chadwhitacre/aspen-toy-blog

This is a blog demo for the Aspen web framework.
https://github.com/chadwhitacre/aspen-toy-blog

Last synced: about 2 months ago
JSON representation

This is a blog demo for the Aspen web framework.

Awesome Lists containing this project

README

        

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.

.. image:: https://github.com/whit537/aspen-toy-blog/raw/master/screenshot.png

Poke around in the source code to unravel how Aspen works.