Table of Contents
Introduction
Welcome to my tech blog! This is where I’ll be sharing my thoughts, experiences, and insights about software development, technology trends, and best practices.
Code Examples
Here’s a simple example of how code blocks look in our blog:
function greeting(name) {
return `Hello, ${name}!`;
}
console.log(greeting("Developer"));
Features
This blog includes several key features:
- Dark mode support
- Table of Contents
- Markdown support with custom components
- Syntax highlighting
- Reading time estimation
Dark Mode
Try clicking the sun/moon icon in the header to toggle between light and dark modes!
Table of Contents
Notice how the table of contents on the right side of the post automatically tracks your current reading position and provides easy navigation.
Conclusion
This is just the beginning! Stay tuned for more technical content and tutorials.