← Back to blog
Guides

How to Track Your Reselling Profits

This is a placeholder post. Replace this file or add new .md files to this directory to create blog posts.

Frontmatter Format

Each post needs this frontmatter at the top:

---
title: "Your Post Title"
date: "2026-06-13"
category: "Guides"
description: "A one-line description for SEO and the blog index."
---

Adding Posts

  1. Create a new .md file in src/content/blog/
  2. The filename becomes the URL slug (e.g., my-post.md becomes /blog/my-post)
  3. Write your content in Markdown
  4. The post appears automatically on the blog index