Welcome to My Neon Blog
Welcome to My Neon Blog
Hello and welcome to my neon-themed blog! This blog is built with Next.js and features a stunning cyberpunk-inspired design.
Features
- Neon glow effects with CSS animations
- Markdown support for easy content creation
- Responsive design that works on all devices
- Automatic blog generation from
.mdfiles
How to Add New Posts
To add a new blog post, simply:
- Create a new
.mdfile in thepostsdirectory - Add frontmatter with title, date, and excerpt
- Write your content in Markdown
- The blog will automatically pick it up!
Example Frontmatter
---
title: "Your Post Title"
date: "2024-01-15"
excerpt: "A brief description of your post"
---
Markdown Support
You can use all standard Markdown features:
- Bold text
- Italic text
Inline code- Links
- Lists
- Code blocks
- And much more!
This is a blockquote with some inspiring text about the future of web development.
Code Example
Here's a simple JavaScript function:
function greetUser(name) {
return `Hello, ${name}! Welcome to the neon blog!`;
}
console.log(greetUser('Mohammad Tahir Khan'));
Enjoy exploring the blog and creating amazing content!