https://github.com/irskep/steveasleep
Steve Johnson's personal web site, built on Flask and Google App Engine (for now)
https://github.com/irskep/steveasleep
Last synced: 13 days ago
JSON representation
Steve Johnson's personal web site, built on Flask and Google App Engine (for now)
- Host: GitHub
- URL: https://github.com/irskep/steveasleep
- Owner: irskep
- Created: 2010-11-02T17:57:54.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-04-04T06:33:54.000Z (over 13 years ago)
- Last Synced: 2025-06-29T18:06:12.449Z (3 months ago)
- Language: JavaScript
- Homepage: http://www.steveasleep.com/
- Size: 5.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Steve, Asleep
=============Backend code for Steve Johnson's personal web site. Based on [Flask](http://flask.pocoo.org/). Codename: `hipflask`. Starter code stolen shamelessly from [Francisco Souza](http://www.franciscosouza.net/2010/08/flying-with-flask-in-google-app-engine.html).
To secure the site and enable Github and Posterous streams, duplicate `/hipflask/default_settings.py` to `/settings.py` and change the settings.
Requirements
------------* [flask](http://flask.pocoo.org/)
* [github2](https://github.com/ask/python-github2)
* jinja2 (flask)
* [markdown](http://pypi.python.org/pypi/Markdown/)
* [posterous-python](https://github.com/nureineide/posterous-python)
* [simplejson](http://pypi.python.org/pypi/simplejson)
* werkzeug (flask)