Secret Homes
← Back to Blog
Tutorial

How to Create a Blog Post - Quick Example

Hashtag RE Team
2 min read

This is an example post showing you how easy it is to create new content for your Secret Homes blog.

How to Create a Blog Post - Quick Example

How to Create a Blog Post

This is an example post! Creating new content is as simple as:

Step 1: Create the File

Create a new .md file in /src/content/posts/

Name it with URL-friendly slugs: my-post-title.md

Step 2: Add Frontmatter

The section at the top between --- lines contains your post metadata:

  • title: Your post title (used for SEO)
  • date: Publication date (YYYY-MM-DD format)
  • excerpt: Short summary for previews and SEO
  • category: Helps organize content
  • keywords: SEO keywords (array format)

Step 3: Write Your Content

Below the frontmatter, write in markdown:

Headers

Use ## for sections, ### for subsections

Lists

  • Bullet points like this
  • Are super easy
  • Just use dashes

Bold and Italic

Bold text with double asterisks Italic text with single asterisks

Links

Link to contact page

External link

Images

Alt text

Step 4: Deploy

Once you commit and push to GitHub, Vercel automatically:

  • ✅ Builds your site
  • ✅ Generates the static page
  • ✅ Updates the sitemap
  • ✅ Makes it live!

That's it! Your post is now live at /blog/posts/example-workflow


Ready to start? Delete this example post and create your own!

Ready to Get Started?

Register now to receive exclusive notifications about off-market properties matching your criteria. Gain the competitive advantage in Australia's property market.

Register for Free

Related Articles