feat: add blog to domstack website - #336
Merged
Merged
Conversation
Coverage Report for CI Build 35460837272Warning No base build found for commit Coverage: 96.532%Details
Uncovered Changes
Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats💛 - Coveralls |
bcomnes
marked this pull request as ready for review
September 19, 2026 18:05
bcomnes
force-pushed
the
feat/blog-support
branch
from
September 19, 2026 18:19
8b69a01 to
1241222
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.
Summary
Adds a first-class DOMStack blog modeled on the Oro website implementation, with generated indexes and yearly archives, Atom and JSON feeds, feed icons and discovery links, post helpers, edit links, and metadata-backed author support.
Changes
/blog/and generated yearly archive pages./feed.xmland/feed.jsonfeed endpoints with ordered per-post author metadata and absolute avatar URLs./blog/atom.svgand/blog/jsonfeed.svg.rel="alternate"relations.rel="alternate", feed MIME types, titles, and canonical feed URLs.titleand a nonemptyauthorsarray in blog frontmatter.authors/bcomnes/, including schema-validated metadata and a checked-in avatar.npm run import-author, a bounded GitHub importer that validates public profile/social/avatar/key data and atomically stages updates with rollback protection.npm run new-blogpostto support repeated--authorflags, default tobcomnes, and emitauthorsfrontmatter without a duplicate Markdown H1.https://domstack.netas the canonical site URL.Configuration
The canonical site URL is configured as
https://domstack.netinsite/globals/global.vars.ts.Validation
npm run build:domstacknpm run test:neostandardnpx tsc --noEmith1, and title-before-byline assertions.domstack.netfeed URLs.git diff --checkon the committed changes.The PR remains draft as requested.