19-09-2025

Welcome to My Blog!

This is my first blog post using my new Node.js + Express + EJS blogging system!

Features

This blog supports:

  • Markdown formatting with full HTML conversion
  • Automatic chronological ordering
  • European date format (dd-mm-yyyy)
  • Clean, responsive design
  • Individual post pages

How to Add Posts

To add new blog posts, simply:

  1. Create a new .md file in the posts folder
  2. Name it using the format: dd-mm-yyyy-your-title.md
  3. Start your content with a # Title heading
  4. Write your content in Markdown

The system will automatically:

  • Parse the date from the filename
  • Extract the title from the first heading
  • Convert Markdown to HTML
  • Display posts in chronological order (newest first)

Code Example

Here's some JavaScript code:

function sayHello(name) {
    return `Hello, ${name}!`;
}

console.log(sayHello('World'));

This is a blockquote. Perfect for highlighting important information or quotes.

Happy blogging! 🎉