Skip to content

Blog Site - Technical Overview

Welcome to the technical documentation for the IoT Blog project. This site covers the architecture, setup, and features of our decoupled blogging system.

The project is split into four separate repositories to ensure clean separation of concerns:

  • System Architecture - Deep dive into how the repos interact.
  • blog-code - The UI Engine & Theme.
  • blog-content - Private blog posts and assets.
  • blog-comments - Stores blog user comment entries “abusing” github discussions.
  • blog-docs - Universal repo for this and other project (e.g. railroad) documentation. Called blog-docs (rather than just docs) for historic reasons.