About Brevity
Brevity is a simple micro-blog engine powered by Python, Flask, and MySQL.
The engine is designed to be lightweight, fast, and easy to use. It offers markdown support for posts, allowing you to format your content with ease.
Features
- Markdown to HTML rendering
- LaTeX formula support (using $ and $$ delimiters)
- User authentication system
- Post creation, editing, and deletion
- Simple and responsive design
- MySQL database for content storage
Technologies Used
- Python
- Flask web framework
- MySQL database
- Flask-SQLAlchemy for ORM
- Flask-Login for user authentication
- Python-Markdown for markdown processing
- KaTeX for LaTeX formula rendering