This is a blog site written in Django. It uses Postgres SQL to store articles. The articels are being stored as Markdown. Users can subscribe to the blog to receive email notifications once a new article is published. The unsubscribe feature is also implemented.
Potential new features:
- SFX
- comments section
- sorting (currently nothing to sort by)
- search functionality