Skip to content

obitouka/Blog-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog App

A Blog project that enables content publishing, reader engagement, and content discovery through comments, tags, search and sharing functionality. The application also includes SEO-focused features such as XML sitemaps and clean URL structures to improve content indexing and discoverability.

Features

  • Create and manage blog posts
  • Tag-based content organization
  • Comment system
  • Share posts via email
  • Search functionality
  • Related post recommendations
  • Pagination
  • SEO-friendly URLs
  • XML Sitemap generation
  • Django Admin integration

Screenshots

Home Page

Home Page

Post Detail Page

Post Detail Page


Tech Stack

  • Python
  • Django 5
  • HTML
  • CSS
  • SQLite
  • Docker

Run Locally

git clone https://github.com/obitouka/Blog-Project.git
cd Blog-Project
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

A Blog project focused with XML sitemaps feature

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors