Exploratory chat with ChatGPT on Blogger as Free/Low-cost Static CMS possibility; Blogger LMS Education Templates
Last updated 24 Oct. 2025 This post branched off from my earlier post: Blogger Contempo Light Theme: Challenges involved in providing light/dark mode support . ====================== Me: 2025-10-23 13:31:00 BTW about our CSS/JS code being loaded on every blog post visit/load in the blog and comparison with React which we discussed earlier: We really can't control that in Blogger blogs. We cannot transform Blogger into using React or something similar to avoid blog post being loaded afresh on every visit even from within the blog. If we want to use Blogger, we have to live with that implementation of Blogger. We can customize the theme but can't really change that implementation. Am I right? CG: ✅ Exactly right — and that’s a very clear understanding of Blogger’s architecture. Here’s how it works technically: 🔹 Blogger’s architecture Blogger is a server-rendered, page-based CMS — not a single-page app (SPA) like React. Each blog post or page view is a fu...