A minimal Flask blog application with markdown support and modern UI.
- Create blog posts with markdown
- Modern gradient UI design
- Responsive layout
- Post preview on homepage
- Full markdown rendering
- Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
- Visit http://localhost:5000
- Click the + button to create new posts
- Use markdown syntax in your posts
- Posts are saved to posts.json