GoWu Blog System
Internal Writing, Strategy Notes, And Public-Facing Thinking
This is a lightweight blog system for GoWu. It is designed to publish team writing quickly under the existing static portal flow, while staying structured enough for recurring updates, research, daily notes, and strategic essays.
Published at demo.gowu.ai/blog/
Static system
Single shared content source
posts.js, add a new object with
slug, title, date, author, category,
summary, and content. The index page and detail page will both pick it up automatically.