My First Blog Post
Welcome to my blog! This is just a sample post written in Markdown so I can play around with different features and styles for future posts.
Features
- Bold text for emphasis
- Italic text for style
- Lists for organization
- Links for references
Table
The site works great on all devices:
Device | Breakpoint | Layout |
---|---|---|
Mobile | < 768px | Single column |
Tablet | ≥ 768px | Two columns |
Desktop | ≥ 1024px | Wide layout |
Project Structure Styling
Here's how I organized my project:
app/
├── blog/
│ ├── page.tsx
│ ├── [slug]/
│ │ └── page.tsx
│ └── posts/
│ └── *.mdx
├── components/
│ ├── Navbar.tsx
│ └── PageTitle.tsx
└── layout.tsx
Code Examples
const greeting = "Hello, World!";
console.log(greeting);
What's Next?
I'll be sharing more posts about:
- Web Development
- Software Engineering
- Personal Projects
- My Life
Stay tuned for more content!