summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-13docs: restyle readmeBertrand Yuan
The original line width did not comply with the requirement of 80 characters per line. So I need to adjust the line width so that all the terminals can read this file easily. Signed-off-by: Bertrand Yuan <me@bertyuan.com>
2026-01-10remove checkpatch.plBertrand Yuan
Since most of the collaborators do not use GNU/Linux, here I choose to remove this perl script. revert commit: 3d25fb9ab9a0565aac3d4362cdbe7a61b5ece2f0 Signed-off-by: Bertrand Yuan <me@bertyuan.com>
2025-12-31docs: add instructions in readmeBertrand Yuan
2025-12-31workflow: add a script for patchesBertrand Yuan
The script is from: https://github.com/torvalds/linux/blob/master/scripts/checkpatch.pl
2025-12-31docs: refactor readmeBertrand Yuan
2025-12-17docs: add commit message guidelinesBertrand Yuan
Add detailed commit message guidelines for formatting.
2025-12-16docs: add README in en & zhBertrand Yuan
2025-12-16docs: upload task instructionBertrand Yuan
2025-12-16Merge pull request #2 from bertyuan/chore-update-names&linksBertrand Yuan
Chore(strings): update names and links
2025-12-16chore(strings): update names and linksBertrand Yuan
2025-12-16Merge pull request #1 from bertyuan/feat-introduce-payloadv1.0Bertrand Yuan
Feat: introduce payload
2025-12-16fix(front-end): bug in viewing postsBertrand Yuan
2025-12-16feat(back-end): introduce payloadBertrand Yuan
Payload is the next.js Headless CMS and App Framework, I would like to pick it up and modify it as it is MIT licensed. Many features in Payload is not applicable for our project. So, I modify it so that it is light and clear.
2025-12-15build(workflow): adjust workflow strategyBertrand Yuan
The biome-ci is not applicable in this project, therefore, `biome-ci.yaml` is deprecated. I add a new workflow to check typos in `/docs`. (though `/docs` remains to be added now)
2025-12-15initial commit -- the front-end prototypeBertrand Yuan
The initial code is base on Anirudh's work. More to see at: https://github.com/techwithanirudh/shadcn-blog Therefore, the code in this commit is under MIT license.