Blogs and articles
Running a blog — the listing page, article pages, categories and tags, the article editor, and the layouts behind them.
The blog
/blogs — the blogs on your sites. A site's blog lives at its /blog path: a listing page of articles with categories and recent posts, and one page per article.
Articles
/articles — write and manage articles. An article has a title, its path, category, excerpt, featured image, author and reading time, and the body. Publish when ready; unpublished articles are drafts.
Under the hood an article is a URL tagged @blog (category $name, free tags #word) with its body as a content block, rendered by the article layout. That is why an article can carry anything a page can — widgets, forms, embeds — and why it appears in the sitemap and search like any page. See Pages and URLs.
Layouts
Two layouts do the work: blog main (hero, listing, sidebar) and blog article (header, body, author card, previous/next, related). Both are ordinary page layouts edited in the pages manager or Coder; the widgets in them — listing, categories, recent, article header, author card, navigation, related — take care of the data.
Categories
A category is a tag; the categories widget lists them with counts and each links to a filtered listing.
Writing with AI
The AI article generator drafts an article from a topic and saves it as a draft here.