Back to Blog

Blog Content Folder

This folder contains all blog posts in Markdown format. Each blog post is a .md file that gets automatically rendered on the blog.

How to Add a New Blog Post

  1. Create a new .md file in this folder (e.g., my-new-post.md)
  2. Add frontmatter at the top with the post metadata
  3. Write your content below the frontmatter using Markdown

Example Blog Post Format

---
title: 'Your Blog Post Title'
excerpt: 'A short description that appears in the blog listing'
date: '2025-01-20'
author: 'Your Name'
category: 'Category Name'
readTime: '5 min read'
image: 'https://example.com/image.jpg'
---

Your blog post content goes here. You can use:

## Headings

### Subheadings

**Bold text** and regular text.

- Bullet points
- More bullets

1. Numbered lists
2. More items

And paragraphs of text.

Frontmatter Fields

  • title: The main title of your blog post
  • excerpt: Short description (shows up in blog cards)
  • date: Publication date in YYYY-MM-DD format
  • author: Author name
  • category: Category label (e.g., "AI & Technology", "Business", "Guides")
  • readTime: Estimated reading time (e.g., "5 min read")
  • image: URL to the featured image

Markdown Support

You can use standard Markdown syntax:

  • Headings (##, ###)
  • Bold (text)
  • Italic (text)
  • Lists (-, 1., 2.)
  • Links (text)
  • Images (alt)

The blog system automatically converts your Markdown to beautiful HTML!

Ready to Transform Your Customer Support?

Discover how Calltree can help you scale your support operations with intelligent AI agents.

Book a Meeting