Add feed page like reference site #151
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Add a public Slugkit feed page modeled after the feed page in
~/Private/code/github/evcraddock/erikcraddock.me/.Requirements
erikcraddock.mefeed route as the reference, especiallysrc/routes/pages.tsx./feedroute to Slugkit./feed.xmlworking unchanged.Acceptance criteria
GET /feedrenders a public web feed page.GET /feed.xmlstill returns the RSS feed./,/posts/:slug,/articles, and/tagsstill work.Dependencies
Synced from todu comment by @todu on 2026-06-20T02:54:11.516Z
Update
feat/task-baf7f357-feed-page./feeddirectly on theerikcraddock.mefeed page, keep/feed.xmlunchanged, update tests, and preserve existing public routes.Synced from todu comment by @todu on 2026-06-20T02:59:25.714Z
Review update
npm run build --workspace @slugkit/template-site,npm test --workspace @slugkit/template-site,./scripts/pre-pr.sh, browser smoke testing for/feed, and Forgejo Actions run #219.Synced from todu comment by @todu on 2026-06-20T03:16:25.363Z
Review update
/contacts/:id.npm run build --workspace @slugkit/template-site, targeted public route test,./scripts/pre-pr.sh, browser smoke test for/feed, and Forgejo Actions run #220.Synced from todu comment by @todu on 2026-06-20T03:23:48.384Z
Closing summary
All acceptance criteria are met.
GET /feedrenders a public web feed page modeled on theerikcraddock.mefeed page.GET /feed.xmlremains unchanged and RSS tests still pass./articlesremains separate active task scope and was not changed here.npm run build --workspace @slugkit/template-site,npm test --workspace @slugkit/template-site, targeted public route tests,./scripts/pre-pr.sh, browser smoke testing for/feed, and Forgejo Actions run #220.PR #159 was merged into
mainafter explicit human approval.