This is a Simple Test Post

This is a test post that doesn’t require any images. We’re using it to verify that the blog functionality is working correctly without relying on external image files.

Key Features to Test

  1. Post Display: Checking if this post appears on the blog index page
  2. Tag Filtering: Verifying if the “test” tag works for filtering
  3. Navigation: Testing if clicking “Read More” brings you to this full post

Sample Content

Here’s some sample content to make this look like a real post. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eget felis euismod, tincidunt nisl eget, tincidunt nisl. Nulla facilisi. Sed euismod, nisl vitae ultricies lacinia, nisl nisl aliquet nisl, eget tincidunt nisl nisl vitae nisl.

Sample Code Block

function testFunction() {
  console.log("Hello world!");
  return true;
}

Conclusion

If you can see this post properly formatted on its own page, then the blog system is working correctly! Next steps would be to add real content and images.