📌 Pinned Post
Creating A New Status Post
📄 Creating a New Status Post
Option 1: Using the Batch File (Windows) Recommended
Double-click new-post.bat in the root folder.
- Enter your post title (or press Enter for no title)
- The file is automatically created in
_posts/with the current date & time - Notepad opens automatically - write your status!
- Add images using Markdown:
 - Save and close - your post is ready!
Option 2: Manual Creation
- Create a new file in the
_posts/folder - Name it:
YYYY-MM-DD-your-title.md - Add front matter:
---
layout: post
title: "Your Status Title"
date: 2024-01-15 14:30:00 -0500
---
Write your status update here...
Note: Adjust the timezone offset (
-0500) to match your location.