This is a personal Blog platform that implemented by Flask web framework. It has some features of a blog like loggin, logout, follow, permission control, avatar, etc. It also has a azure blue theme.
The blog hasn't been completed yet. I will add more functionalities in the future.
Todo:
- Tags.
- Api.
- Third party login.
- Search.
Simple Usage:
- Use the
pipenv install
orpip install -r requirements.txt
command to install the dependencies. - Add a environment variable named
FLASK_APP
which value is equal to this blog's directory path. - Execute the
flask create
command in your command line environment.
Generate Fake Data:
- Once you done the above work, you can use
flask fake_user
,flask fake_post
,flask fake_comment
to generate the fake data to test.