Add editable site identity and homepage configuration #35
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#35
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
Make the template homepage easy to customize from one obvious copied-site configuration file without requiring users to edit route logic or rendering internals.
Spec:
docs/web-specs/02-site-configuration-theming.mdScope
This is a small manually testable vertical slice of site configuration and theming. Broader runtime config editing, ActivityPub actor display settings, author/contact identity modeling, and full theming systems are deferred to tracked follow-up tasks.
Requirements
slug init.docs/CONTRIBUTING.mdanddocs/CODE_STANDARDS.md.Out of scope
slugor admin UI; tracked bytask-fbb9f988.task-6278792d.task-a726b38e.task-5cb39b0b.task-299598f5.Follow-up tasks
task-6278792d— Add DB-backed site configuration.task-fbb9f988— Add runtime site config editing.task-a726b38e— Add ActivityPub actor display config.task-5cb39b0b— Add default author identity config.task-299598f5— Add expanded theme configuration.Acceptance criteria
Dependencies
Add site configuration and themingto Add editable site identity and homepage configurationSynced from todu comment by @todu on 2026-05-22T14:36:10.691Z
PR Review: Approved
PR: #48
Summary
Reviewed PR #48 at commit
eee1b31. The PR delivers the approved vertical slice for editable site identity and homepage configuration:src/config/site.tsis the obvious copied-site customization file, the homepage renders configured site identity/copy/navigation/footer/theme values, env examples no longer treat public site identity as normal runtime env, and docs/tests cover the customization path.Acceptance Criteria
make check,./scripts/pre-pr.sh, manual homepage smoke, and Forgejo CI all passed.Blocking Issues
None.
Warnings
None.
Verdict
Approved for merge.
Synced from todu comment by @todu on 2026-05-22T14:37:42.875Z
Closing Summary
PR #48 merged: #48
Acceptance criteria evidence:
template/site/src/config/site.tsdefinessiteConfig.nameand homepage renders it.siteConfig.homepage.introandsiteConfig.homepage.bodyrender on the homepage.siteConfig.navigationandsiteConfig.footerLinksrender through the homepage template.siteConfig.theme.template/site/README.mddocuments first-pass customization values.make check,./scripts/pre-pr.sh, PR CI, and main push CI passed.Readiness: READY