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:
- Create a new
.mdfile in thepostsfolder - Name it using the format:
dd-mm-yyyy-your-title.md - Start your content with a
# Titleheading - 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! 🎉