Skip to content
This repository was archived by the owner on Sep 10, 2018. It is now read-only.

sumitsarkar/FlaskLogger

Repository files navigation

FlaskLogger

Flask application for blogging using Markdown

Link to admin : http://flasklogger.sumit.me/admin Admin username = demo@example.com password = demo123

I have become a hardcore flask fan since last 3 months. I have been looking around and around but I couldn't find any decent Flask based blogging application. I wanted to blog using Flask.

This is the result of my love for Flask and Markdown.

Features

  1. Admin interface. Admin Interface
  2. Live Preview. Markdown
  3. Customised headers Custom Header Image Custom Header Color

Installation

  1. Download the repository.
  2. cd into the directory you want to install the Flask application in.
  3. Unzip the repository there.
  4. Fire up the terminal and type python virtualenv.py flask
  5. Once it is installed, fire the following commands.
flask/bin/pip install flask==0.9
flask/bin/pip install flask-login
flask/bin/pip install sqlalchemy==0.8.2
flask/bin/pip install flask-sqlalchemy==0.16
flask/bin/pip install sqlalchemy-migrate==0.8.2
flask/bin/pip install flask-wtf==0.8.4
flask/bin/pip install flask-misaka
  1. Now do ./run.py

I have tried adding as many features as possible for a simple markdown based CMS. However, this still lacks custom styling. In future versions I might add that feature. I haven't done anything yet ith the twitter, facebook and website links. I am thinking of adding an about page or something of that kind.

This is my first big Flask application. So it might not be very stable or secure. If you happen to find any bad practices, please do let me know or make a pull request.

About

Flask application for blogging using Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors