https://github.com/yuxiaoy1/breeze
A lightweight blog engine built using flask and friends.
https://github.com/yuxiaoy1/breeze
blog flask
Last synced: 3 months ago
JSON representation
A lightweight blog engine built using flask and friends.
- Host: GitHub
- URL: https://github.com/yuxiaoy1/breeze
- Owner: yuxiaoy1
- Created: 2024-11-17T12:17:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T12:19:25.000Z (over 1 year ago)
- Last Synced: 2025-03-14T23:11:22.304Z (over 1 year ago)
- Topics: blog, flask
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Breeze
A lightweight blog engine built using flask and friends, with reference to greyli/greybook.

You can clone this repo and run `pip install -r requirements.txt && flask run`, then open `http://127.0.0.1:5000` to checkout the app.