EXAMPLE POST WITH IMAGES AND STATISTICS
đŽ Example Post with Images and Statistics
This is an example post that demonstrates all the available features for posts on this blog.
đ Post Statistics
You can see above that this post has:
- Date - When it was published
- Game - If it’s about a specific game
- Tags - Multiple tags for categorization
- Category - Main category classification
- Reading Time - Estimated time to read
đŧī¸ Adding Images
Method 1: Using the Image Shortcode

This is an example image with a caption
Method 2: Standard Markdown
Method 3: HTML with NES.css Classes

Image with custom styling
đˇī¸ Using Tags and Categories
Tags and categories help organize content. You can add them in the front matter:
---
title: "Your Post Title"
date: 2025-01-20
category: "Retro Gaming"
tags: ["amiga", "demoscene", "chiptunes"]
readingTime: 5
game: "Shadow of the Beast"
---
đ Image Storage
Place your images in the /static/assets/
directory and reference them as /assets/filename.jpg
. This keeps all images organized in one place.
đ¯ Best Practices
- Image sizes: Keep images under 500KB for fast loading
- Alt text: Always include descriptive alt text
- Captions: Use captions to provide context
- Tags: Use 3-5 relevant tags per post
- Categories: Choose one main category per post
Game Over: This example shows all the features available for posts on this blog! đšī¸