eBooks
I started writing blog posts about Wagtail CMS since 2017, some content and code might be a little outdated.
You can check the ebooks below to get the latest learning resources maintained by me.
- Build Blog With Wagtail CMS: This book will teach you how to build a modern blog with Wagtail CMS
- The Definitive Guide to Next.js and Wagtail Build Jamstack web app with Next.js and Wagtail CMS.
- Build SPA with React and Wagtail: This book will teach you how to build a SPA (single-page application) with React and Wagtail CMS
- Build Blog with React (SSR) and Wagtail: This book will teach you how to build a blog with React, Wagtail CMS and SSR (Server-Side Rendering), which has good performance and good SEO.
The above ebooks build four projects which have similar features, but in different way. They can also help you have better understanding of the modern frontend tech and infrastructure.
Review
- Python CMS Framework Review: Wagtail vs Django-CMS In this Python CMS review article, I will talk and compare
Django CMS
andWagtail CMS
, the two most popular CMS frameworks in Python world.
Table of Contents:
Wagtail Tutorial Series:
To learn more about Wagtail CMS, please check Build Blog With Wagtail CMS (4.0.0)
- Create Wagtail Project
- Modern Frontend Techs for Wagtail
- Dockerizing Wagtail App
- Add Blog Models to Wagtail
- How to write Wagtail page template
- Create Stylish Wagtail Pages with Tailwind CSS
- How to use StreamField in Wagtail
- Wagtail Routable Page
- Add Pagination Component to Wagtail
- Customize Wagtail Page URL
- Add Full Text Search to Wagtail
- Add Markdown Support to Wagtail
- Add LaTeX Support & Code Highlight In Wagtail
- How to Build Form Page in Wagtail
- How to Create and Manage Menus in Wagtail
- Wagtail SEO Guide
- Online Demo http://wagtail-blog.accordbox.com/
- Source code: https://github.com/AccordBox/wagtail-tailwind-blog
Wagtail Tips:
- Wagtail Tip #1: How to replace ParentalManyToManyField with InlinePanel
- Wagtail Tip #2: How to Export & Restore Wagtail Site
Write style in Wagtail:
- How to use SCSS/SASS in your Django project (Python Way)
- How to use SCSS/SASS in your Django project (NPM Way)
Other Wagtail Topics:
How to deploy your Wagtail project
- How to deploy Wagtail project to Heroku with Docker I will show you how to use Docker to deploy your project on Heroku, you can also use the code to deploy Wagtail on AWS if you prefer.
- How to deploy Django project to Dokku In this Dokku tutorial, I will talk about how to deploy Django project with Dokku, it would use Postgres db and Amazon S3 to store data and media files.
- How to deploy Django project to Dokku with Docker In this post, I will talk about how to deploy Django project to Dokku with Docker.