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
- Create a new
.mdfile insrc/content/blog/ - The filename becomes the URL slug (e.g.,
my-post.mdbecomes/blog/my-post) - Write your content in Markdown
- The post appears automatically on the blog index