Add articles page like reference site #160
No reviewers
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!160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-2356da49-articles-page"
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?
Summary
/articlespage modeled on theerikcraddock.mearticles route./articles.Verification
npm run build --workspace @slugkit/template-sitenpm test --workspace @slugkit/template-site -- src/routes/__tests__/public.test.ts./scripts/pre-pr.sh/articlesPR Review: Approved
Summary
The PR adds
/articlesmodeled on theerikcraddock.mearticles page: a responsive article-card grid, preview images from Markdown content, metadata/tags/excerpts/read-more links, and page-query pagination. It also updates existing article navigation links to point at/articles.Acceptance criteria
GET /articlesrenders a public articles page — implemented and browser-smoke tested.ArticleCardconventions./,/posts/:slug,/tags, and/feed.xmlstill work — full pre-PR suite passes.Blocking issues
None.
Warnings
None.
Verification
npm run build --workspace @slugkit/template-sitenpm test --workspace @slugkit/template-site -- src/routes/__tests__/public.test.ts./scripts/pre-pr.sh/articlesVerdict
Approved. Stop at the human merge gate.
PR Review Worker Result