Skip to content

jmasonherr/Simple-On-App-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super easy clean and simple. Svbtle-like blogging on Google App Engine

Demo

This code is modified from Svbtle, Simple, and the jQuery drag and drop image uploader

The code is HTML5, fairly minimal, and very simple. Posts are written in markdown, and image handling is done by google's image cloud. Download the repository, make your personalizations, load into App Engine Launcher, deploy and begin blogging.

  • Change the following to make it work for you:
  • change all of your info in request.py
  • /static/images/logo.png is where your logo goes
  • change 'biggerfastermore' to your own blog name in app.yaml

All of your admin activites are located at /admin/

The Best Part

Images are hosted using GAE's image service. Super fast, easy, and resizable.

To add an image, just drag it on to the page when you're editing a post. The necessary markdown to display the image will automagically appear at the end of the post

To delete an image, remove any mentions of it from the post. It will automagically be deleted from the server

To resize an image, add '=sXX' to the end of the source url For example, the following image:

Normal

http://...NFoT3g

Largest

Medium

http://...NFoT3g=s200

Medium

Small

http://...NFoT3g=s100

Small

image from Wikipedia

About

Obtvse blogging on GAE Python with drag & drog photo addition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published