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

Example retro image

This is an example image with a caption

Method 2: Standard Markdown

Retro computing example

Method 3: HTML with NES.css Classes

Example image

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! đŸ•šī¸

Level Complete! Thanks for reading.

← HOME ALL POSTS