Skip to content

tetsuo/onurgunduz.com

Repository files navigation

blog

A simple blog on top of pv and Google App Engine.

See it in action here.

Features

  • Markdown support.
  • Serves html, json and xml as well.
  • Pings Google Blog Search, Google PubSubHubbub Hub and FeedBurner.
  • Generates sitemap.xml.

Development

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!

Deploying

Use the admin console to create a project, then you can deploy the application with:

appcfg.py -A <your-project-id> --oauth2 update .

License

Creative Commons

About

a simple blog on top of pv and app engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published