Welcome to Your New Website!

Congratulations on setting up your new Lumina website!

This is your first blog post. You can edit or delete it and replace it with your own content.

How to write a blog post

Blog posts live in the _posts/general/ folder (or any subfolder of _posts/ — the folder name becomes the category automatically).

Each post filename must follow this format:

YYYY-MM-DD-title-of-your-post.md

For example: 2026-03-05-my-first-real-post.md

Front matter

Every post starts with a block like this at the top:

---
layout: post
title: "Your Post Title"
date: 2026-03-05 09:00:00 -0500
categories: general
---

You can change the title, date, and category. The layout should stay as post.

What to write about

Your blog is a great place to:

  • Share your expertise and knowledge
  • Answer common questions your clients ask
  • Tell stories about your work
  • Improve your Google visibility by writing about topics your clients search for

Happy writing!