DA Rasmussen

DA Rasmussen

Posting book and status updates.

📌 Pinned Post

Adding Images to Posts

Adding Images to Posts

1. Add Your Image

Place images in the assets/images/ folder:

assets/
└── images/
    ├── photo1.jpg
    └── screenshot.png

2. Reference in Your Post

Use standard Markdown image syntax:

---
layout: post
title: "Check this out!"
date: 2024-01-15 14:30:00 -0500
---
Just finished this project!

![Project Screenshot](/assets/images/screenshot.png)

#proud #completed