<feed xmlns='http://www.w3.org/2005/Atom'>
<title>next-blog.git/src/components, branch master</title>
<subtitle>A CMS platform built with Next.js
</subtitle>
<id>https://git.wyuan.org/next-blog.git/atom?h=master</id>
<link rel='self' href='https://git.wyuan.org/next-blog.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/'/>
<updated>2026-04-07T03:24:26Z</updated>
<entry>
<title>Revert "A small portion of newly added unit testing code"</title>
<updated>2026-04-07T03:24:26Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>189593334+bertyuan@users.noreply.github.com</email>
</author>
<published>2026-04-07T03:24:26Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=a3c86dbdff661303a5b3e1957f485eca2eae2414'/>
<id>urn:sha1:a3c86dbdff661303a5b3e1957f485eca2eae2414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A small portion of newly added unit testing code</title>
<updated>2026-04-06T06:32:33Z</updated>
<author>
<name>Norton</name>
<email>2773923088@qq。</email>
</author>
<published>2026-04-06T06:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=18fc18761dbefc2ab2fbaf93e1fe433eb0b47b37'/>
<id>urn:sha1:18fc18761dbefc2ab2fbaf93e1fe433eb0b47b37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix defects in pr #11</title>
<updated>2026-03-25T16:15:40Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>noreply@bertyuan.com</email>
</author>
<published>2026-03-25T16:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=cd3c4bc89c169616b38bdb7443bb4eb7571b020c'/>
<id>urn:sha1:cd3c4bc89c169616b38bdb7443bb4eb7571b020c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add more tests</title>
<updated>2026-03-25T16:02:16Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>noreply@bertyuan.com</email>
</author>
<published>2026-03-25T16:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=8a6a6712e7554f110b5ef951f270d88fd010e040'/>
<id>urn:sha1:8a6a6712e7554f110b5ef951f270d88fd010e040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Vitest testing setup and Button component tests (#11)</title>
<updated>2026-03-25T15:23:26Z</updated>
<author>
<name>KatiaLiu</name>
<email>k1158113341@163.com</email>
</author>
<published>2026-03-25T15:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=b7f0a046e30916545cc7bf62238f48285b6699c2'/>
<id>urn:sha1:b7f0a046e30916545cc7bf62238f48285b6699c2</id>
<content type='text'>
* Add Vitest testing setup and Button component tests

- Install Vitest and related dependencies
- Configure Vitest with React support
- Create Button component test cases
- Add test scripts to package.json
- Create TESTING.md documentation
- Update test comments to English for consistency

* Update package.json

Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;
Signed-off-by: Bertrand Yuan &lt;yuanweijie1456@outlook.com&gt;

* Update package.json

Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;
Signed-off-by: Bertrand Yuan &lt;yuanweijie1456@outlook.com&gt;

* remove TESTING.md for the moment

There are many parts not matched with current content.

Signed-off-by: Bertrand Yuan &lt;me@bertyuan.com&gt;

---------

Signed-off-by: Bertrand Yuan &lt;yuanweijie1456@outlook.com&gt;
Signed-off-by: Bertrand Yuan &lt;me@bertyuan.com&gt;
Co-authored-by: Bertrand Yuan &lt;me@bertyuan.com&gt;
Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;
Co-authored-by: Bertrand Yuan &lt;bert.yuan@outlook.com&gt;</content>
</entry>
<entry>
<title>fix(front-end): bug in viewing posts</title>
<updated>2025-12-15T16:15:04Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>bert.yuan@outlook.com</email>
</author>
<published>2025-12-15T16:15:04Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=785371bb3eccca455e5ce5fccbe9b6e3752a03f6'/>
<id>urn:sha1:785371bb3eccca455e5ce5fccbe9b6e3752a03f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(back-end): introduce payload</title>
<updated>2025-12-15T16:12:49Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>bert.yuan@outlook.com</email>
</author>
<published>2025-12-15T16:12:49Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=02ae938c238c9d18448d17a8ec92c0edd8c17463'/>
<id>urn:sha1:02ae938c238c9d18448d17a8ec92c0edd8c17463</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>initial commit -- the front-end prototype</title>
<updated>2025-12-15T15:48:10Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>bert.yuan@outlook.com</email>
</author>
<published>2025-12-15T15:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=5b7ccf0b671e2999b62befc729a3e517a0433728'/>
<id>urn:sha1:5b7ccf0b671e2999b62befc729a3e517a0433728</id>
<content type='text'>
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.
</content>
</entry>
</feed>
