feat(website): news post registry and first two posts #147

Open
patman wants to merge 1 commit from patman/news-registry into patman/news-mdx-layer AGit
Owner

Posts are .mdx files exporting a meta object; an explicit slug-to-import registry lets Next prerender every post at build time. The two posts are sample content and say so.

Posts are .mdx files exporting a meta object; an explicit slug-to-import registry lets Next prerender every post at build time. The two posts are sample content and say so.
feat(website): news post registry and first two posts
All checks were successful
CI / build-test (pull_request) Successful in 1m17s
2f03d367dc
Posts are .mdx files exporting a meta object; the registry is an explicit
slug -> dynamic import map rather than a glob, which is what lets Next
statically analyse the imports and prerender every post at build time.
Publishing is: add the file, add its line.

The two posts are sample content and say so - replace before launch.

Co-authored-by: patman-assist <patrick-ai@kgroo.co>
All checks were successful
CI / build-test (pull_request) Successful in 1m17s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin +refs/pull/147/head:patman/news-registry
git switch patman/news-registry

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch patman/news-mdx-layer
git merge --no-ff patman/news-registry
git switch patman/news-registry
git rebase patman/news-mdx-layer
git switch patman/news-mdx-layer
git merge --ff-only patman/news-registry
git switch patman/news-registry
git rebase patman/news-mdx-layer
git switch patman/news-mdx-layer
git merge --no-ff patman/news-registry
git switch patman/news-mdx-layer
git merge --squash patman/news-registry
git switch patman/news-mdx-layer
git merge --ff-only patman/news-registry
git switch patman/news-mdx-layer
git merge patman/news-registry
git push origin patman/news-mdx-layer
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
patman/KGROO!147
No description provided.