Skip to content

savvy-itch/blog-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog site

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