<feed xmlns='http://www.w3.org/2005/Atom'>
<title>next-blog.git, 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-27T15:47:07Z</updated>
<entry>
<title>docs: update README with Docker DATABASE_URL example</title>
<updated>2026-04-27T15:47:07Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>github@bertyuan.com</email>
</author>
<published>2026-04-27T15:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=66b79706e886432ffa7c134ec39a87f43c43f3c1'/>
<id>urn:sha1:66b79706e886432ffa7c134ec39a87f43c43f3c1</id>
<content type='text'>
Added an example for the DATABASE_URL configuration in the Docker
section of the README. Included instructions for creating the
PostgreSQL schema before running migrations to ensure proper
setup for the application.

Signed-off-by: Bertrand Yuan &lt;github@bertyuan.com&gt;
</content>
</entry>
<entry>
<title>types: fix missing newline at end of file</title>
<updated>2026-04-27T15:14:10Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>github@bertyuan.com</email>
</author>
<published>2026-04-27T15:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=4b6b62a97f6d7765f80bd2f92d919a7d1522a36f'/>
<id>urn:sha1:4b6b62a97f6d7765f80bd2f92d919a7d1522a36f</id>
<content type='text'>
Ensure proper formatting by adding a newline at the end of the
payload-types.ts file. This change adheres to coding standards
and improves compatibility with various tools.

Signed-off-by: Bertrand Yuan &lt;github@bertyuan.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #21 from bertyuan/Documentation</title>
<updated>2026-04-27T12:54:16Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>189593334+bertyuan@users.noreply.github.com</email>
</author>
<published>2026-04-27T12:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=85b6fb59db5fe1112c58eff9d02ae4f9c9b6456d'/>
<id>urn:sha1:85b6fb59db5fe1112c58eff9d02ae4f9c9b6456d</id>
<content type='text'>
docs: add comprehensive documentation for operations</content>
</entry>
<entry>
<title>docs: add comprehensive documentation for operations</title>
<updated>2026-04-27T12:53:14Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>me@bertyuan.com</email>
</author>
<published>2026-04-27T12:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=dbb5e791f0c228369605d126dd590962ebe1eddc'/>
<id>urn:sha1:dbb5e791f0c228369605d126dd590962ebe1eddc</id>
<content type='text'>
This commit introduces a complete set of documentation files
covering various aspects of the project, including environment
setup, quality checks, command references, and architecture.
The documentation is structured to assist developers and
contributors in understanding the project's configuration,
workflow, and best practices.

Additionally, translations for Simplified and Traditional
Chinese have been added to ensure accessibility for a wider
audience. This enhances the overall usability and
maintainability of the project.

Signed-off-by: Bertrand Yuan &lt;github@bertyuan.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #19 from bertyuan/copilot/fix-front-backend-connection</title>
<updated>2026-04-27T07:51:27Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>189593334+bertyuan@users.noreply.github.com</email>
</author>
<published>2026-04-27T07:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=658798b3a2378bb6df16cfbb16d707c6fb719e1e'/>
<id>urn:sha1:658798b3a2378bb6df16cfbb16d707c6fb719e1e</id>
<content type='text'>
fix: patch rough frontend-backend connection issues</content>
</entry>
<entry>
<title>fix: guard generateMetadata against NaN and sub-1 page numbers</title>
<updated>2026-04-27T07:12:51Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-04-27T07:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=2e7d98420900e1d6749729ea2a94c334e7d65754'/>
<id>urn:sha1:2e7d98420900e1d6749729ea2a94c334e7d65754</id>
<content type='text'>
Agent-Logs-Url: https://github.com/bertyuan/next-blog/sessions/a183ee36-4a5d-49b3-a43d-dba5985217dd

Co-authored-by: bertyuan &lt;189593334+bertyuan@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>fix: check NaN before page subtraction for clarity</title>
<updated>2026-04-27T06:50:52Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-04-25T12:31:54Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=c8b9d38d55fdb48423e4fe663f9ccfb756ab603f'/>
<id>urn:sha1:c8b9d38d55fdb48423e4fe663f9ccfb756ab603f</id>
<content type='text'>
Agent-Logs-Url: https://github.com/bertyuan/next-blog/sessions/f86da32b-3af7-4393-8077-ce3435137221

Co-authored-by: bertyuan &lt;189593334+bertyuan@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>fix: frontend-backend connection bugs</title>
<updated>2026-04-27T06:50:52Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-04-25T12:30:41Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=a5e4155a752fa090c7bc3751a803b4359453e56c'/>
<id>urn:sha1:a5e4155a752fa090c7bc3751a803b4359453e56c</id>
<content type='text'>
Agent-Logs-Url: https://github.com/bertyuan/next-blog/sessions/f86da32b-3af7-4393-8077-ce3435137221

Co-authored-by: bertyuan &lt;189593334+bertyuan@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #14 from bertyuan/NagakawaMizore-patch-2</title>
<updated>2026-04-27T03:18:38Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>189593334+bertyuan@users.noreply.github.com</email>
</author>
<published>2026-04-27T03:18:38Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=8b9c0139a93c8b9d41068e5271d0fc6917d34fab'/>
<id>urn:sha1:8b9c0139a93c8b9d41068e5271d0fc6917d34fab</id>
<content type='text'>
Update README with authentication key generation steps</content>
</entry>
<entry>
<title>Merge pull request #18 from bertyuan/rewrite-README</title>
<updated>2026-04-17T08:46:06Z</updated>
<author>
<name>Bertrand Yuan</name>
<email>189593334+bertyuan@users.noreply.github.com</email>
</author>
<published>2026-04-17T08:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.wyuan.org/next-blog.git/commit/?id=bc4538b0d876a7dec491ac0efec75dcb8b3a56aa'/>
<id>urn:sha1:bc4538b0d876a7dec491ac0efec75dcb8b3a56aa</id>
<content type='text'>
rewrite README from plaintext to rst</content>
</entry>
</feed>
