feat: enable standard.site publishing (blog + material) - #108
Merged
Conversation
Bump the build submodule to the version that publishes standard.site records, and wire angular-buch.com's publication config into the article-data build. - build: 0bb1055 -> 775a3d1 (standard.site publisher, blog + material) - build-article-data.yml: add BSKY_APP_PASSWORD secret + publication env Publishing is a no-op until the BSKY_APP_PASSWORD repo secret is added.
fmalcher
force-pushed
the
feat/standard-site-publisher
branch
from
July 22, 2026 13:00
311656d to
2fbd964
Compare
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.
Enables the site's standard.site (AT Protocol) publishing by adopting the publisher from
website-articles-buildand wiring angular-buch.com's config into CI. Publishes both blog posts and material chapters assite.standard.documentrecords.Changes
build:0bb1055→775a3d1— brings in the standard.site publisher with blog + material support (feat: publish material chapters as standard.site documents angular-schule/website-articles-build#6). (This also picks up other build improvements accumulated since the old pin, e.g. WebP image optimization.)build-article-data.yml: adds the publicationenvto the build step (handleangular-buch.com, URL, name, description, DID) plus theBSKY_APP_PASSWORDsecret.Before this goes live
Add the repo secret
BSKY_APP_PASSWORD(Settings → Secrets and variables → Actions) — a Bluesky app password for theangular-buch.comaccount. Until it's set, the publish step is a no-op, so merging this alone changes nothing.What happens once the secret exists
On each article-data build, the publisher upserts one
site.standard.publicationrecord + onesite.standard.documentper non-hidden blog post and material chapter (rkey = slug) to theangular-buch.comPDS, and prunes stale ones. The existingtrigger-website-rebuildchain then redeploys the website, whose verification artifacts are added in angular-schule/angular-buch-website#64.Dry run against current content: 1 publication + 53 blog + 10 material = 63 documents.
Details & config keys:
build/STANDARD-SITE.md.