My First Blog Post

1 min read
Djoufson Che
nextjsmarkdownblog

This is my first blog post! Here's what I'll cover:

Code Snippets

Here's some JavaScript code:

function greetUser(name) {
  console.log(`Hello, ${name}!`);
  return `Welcome to the blog, ${name}`;
}

greetUser("Developer");

Images

Show Image

Lists

  • Easy to write
  • Beautiful rendering
  • Syntax highlighting
  • Responsive design

Blockquotes

"The best way to learn is by doing." - Someone wise

That's it for my first post!