Add doza.ai newsroom with the first week of scheduled posts - #43
Merged
Merged
Conversation
Adds the first doza.ai article (markdown, paste-ready HTML, and social copy) under docs/articles so site posts are versioned alongside the product. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
Adds site/news: a markdown-to-HTML build script, stylesheet using the Doza Assist dark tokens, the news index, and the first article page. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
Adds Monday's post on model choice and the MCP connector, and teaches the generator to emit Article and FAQPage JSON-LD plus a collapsible FAQ block from a trailing '## FAQ' section. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
…ublish workflow Posts dated after the build date are held back; the workflow builds and commits due posts at 08:00 ET and pings a Netlify build hook when configured. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
doza-assist | e1dddf3 | Sep 14 2026, 01:28 PM |
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a static newsroom for doza.ai, generated from markdown, plus this week's articles and a daily publish workflow.
docs/articles/holds each post as markdown with front matter. Six posts so far: the IBC sovereign AI piece (already live), Monday's local-first vs frontier models post, and four more dated Tue 9/15 through Fri 9/18.site/news/build.pyrenderssite/news/index.htmland one folder per post, with canonical, OpenGraph, Article and FAQPage JSON-LD. Posts dated after the build date are held back.site/news/news.cssstyles the pages after the Anthropic newsroom layout in Doza Assist's own dark tokens.site/netlify.tomlandsite/_redirectssetsiteas the publish directory for Netlify..github/workflows/publish-news.ymlruns daily at 08:00 ET, builds any posts due, commits them, and pings a Netlify build hook when theNETLIFY_BUILD_HOOKsecret is set.After merging
site/so the homepage ships alongsidesite/news/.main, publish directorysite.NETLIFY_BUILD_HOOKrepository secret.🤖 Generated with Claude Code
https://claude.ai/code/session_013Wxrhz2qeeuKs2oyEhRcub
Generated by Claude Code