A simple blog based on python3.5 and the flask python web framework.
You can try it here
-
WYSIWYG Markdown editor based on SimpleMDE Markdown Editor
-
Post management including adding, editing, deleting and image uploading
-
Tag management including adding, editing and deleting(
reserved for admin) -
User management including activating or deactivating account, changing password and grant or revoking admin rights
-
Authentication including registration and logging in
-
Pagination display
-
Most recent posts display
-
Monthly archive
-
Display of tag posts
-
Display of user/author posts
-
API calls to return JSON
/apior/api/poststo display the ten most recent posts/api/post/<int:post_id>to display post withpost_id/api/author/<username>to display the ten most recent posts of author with providedusername