A simple blog on top of pv and Google App Engine.
- Markdown support.
- Serves html, json and xml as well.
- Pings Google Blog Search, Google PubSubHubbub Hub and FeedBurner.
- Generates sitemap.xml.
To run locally, you need to have pip, nodejs and Google App Engine SDK installed on your machine.
Install Python dependencies into lib
folder:
pip install -r requirements.txt -t lib
Install node dependencies:
npm install
Compile Sass files and watch for changes:
npm run sass
Then type dev_appserver.py .
to start the development server. Enjoy!
Use the admin console to create a project, then you can deploy the application with:
appcfg.py -A <your-project-id> --oauth2 update .