summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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-31workflow: add a script for patchesBertrand Yuan
The script is from: https://github.com/torvalds/linux/blob/master/scripts/checkpatch.pl
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-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.