This repository contains the code for building a feature-rich blog using Django and Wagtail CMS. As seen on my youtube channel.
Watch the step-by-step tutorial video:
- Blog Index Page: Displays posts in reverse chronological order, with an introduction, body, tags, and support for multiple authors.
- Tagging System: Allows for categorization and filtering of posts with a dedicated Tag Index Page.
- Image Galleries: Blog posts can include image galleries with captions. The first image is used as a thumbnail for the post.
- Author Management: Authors are managed centrally as Wagtail snippets, with names and profile images.
- Customizable Admin Interface: Features inline panels, RichText fields, and convenient checkboxes for managing tags, authors, and images.
- Integrated Search: Provides powerful search functionality to index and retrieve blog content easily.
If you found this project helpful, consider becoming a patron on my Patreon:
Your contributions will help me continue creating helpful content. Thank you for your support!
This project was made to help spread knowledge. If you'd like to contribute, feel free to fork the repository, make your changes, and submit a pull request.