Skip to content

KohTseh/maple-blog

 
 

Repository files navigation

maple-blog

https://img.shields.io/badge/license-GPL3.0-blue.svg

This is my own blog website by flask

You can have a look here

This version I use postgresql to storage the contents of articles

How to use

Install necessary package

pip install -r requestments.txt 

Config

Please perfect configure at config/config.py

mv config.example config

Init sql

$ python manager.py db init
$ python manager.py db migrate
$ python manager.py db upgrade

Create superuser

python manager.py create_user

Run

python run.py

About

a blog website based on flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.4%
  • HTML 45.9%
  • CSS 3.5%
  • JavaScript 0.2%