How to Test the Blog Feature

Sep 3, 2026 • Reverse Engineering • LoveAI Team
Table of contents

This is the only blog post kept in the project for now. It gives us a lightweight way to verify the migrated blog feature without importing the entire article library from insidebinary.com.

What this checks

The sample post helps confirm:

  1. The Blog item appears in the site navigation.
  2. The /blog list page can discover markdown content and render metadata.
  3. The /blog/[slug] detail page can render markdown body content.

How to verify locally

Run:

npm run preview

Then open the blog list page and this article from the browser.

Why keep only one post

Keeping a single test article is enough to validate the route structure, markdown loader, and page styling. It also keeps the repository smaller and avoids bringing over unrelated content and assets.

Next step

When real content is ready, we can replace this test article or add new posts one by one.

blog
test
migration

© 2016-2026 loveai. All rights reserved.