Add articles page like reference site #152
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#152
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 articles page modeled after the articles page in
~/Private/code/github/evcraddock/erikcraddock.me/.Requirements
erikcraddock.mearticles route as the reference, especiallysrc/routes/pages.tsx./articlesroute to Slugkit.type = article; exclude notes and links.Acceptance criteria
GET /articlesrenders a public articles page./,/posts/:slug,/tags, and/feed.xmlstill work.Dependencies
Synced from todu comment by @todu on 2026-06-20T03:26:06.065Z
Update
feat/task-2356da49-articles-page./articlesmodeled on the reference articles page, list only published articles, add pagination/tests, and preserve existing feed/RSS/public routes.Synced from todu comment by @todu on 2026-06-20T03:32:57.153Z
Closing summary
All acceptance criteria are met.
GET /articlesrenders a public articles page modeled on theerikcraddock.mearticles route.npm run build --workspace @slugkit/template-site, targeted public route tests,./scripts/pre-pr.sh, browser smoke testing for/articles, and Forgejo Actions run #222.PR #160 was merged into
mainafter explicit human approval.Synced from todu comment by @todu on 2026-06-20T03:29:28.919Z
Review update
npm run build --workspace @slugkit/template-site, targeted public route test,./scripts/pre-pr.sh, browser smoke testing for/articles, and Forgejo Actions run #222.