Welcome to the EstateFoxy Blog
Notes on H3 micro-market intelligence, real-estate data, and practical market reporting.

Welcome to the EstateFoxy Blog
This blog is a simple Markdown-based space for publishing short notes next to the EstateFoxy landing page.
Use it for:
- Product updates
- Real-estate market intelligence notes
- H3 micro-market explainers
- Data coverage updates
- Report and workflow examples
Add new posts as folders inside the root Blog folder. Name each folder with the date first and then the slug:
Blog/2026-07-15-my-post-title/
Inside that folder, add index.md and any referenced images:
Blog/2026-07-15-my-post-title/
├── index.md
└── chart.png
Each post can include frontmatter at the top:
---
title: "My Post Title"
description: "Short summary for the blog list."
date: "2026-07-15"
author: "EstateFoxy"
tags: ["H3", "real estate"]
previewImage: "cover.jpg"
previewImageAlt: "Short description of the cover image"
draft: false
---
The folder name becomes the URL slug after the date prefix. For example, Blog/2026-07-15-market-notes/index.md becomes /blog/market-notes.
Reference images with normal Markdown:

Use a post-local cover image the same way in frontmatter:
previewImage: "cover.jpg"
previewImageAlt: "Market chart cover image"
You can add more than one image in a single article. Place local image files next to index.md, or reference existing public assets with a leading /.

