Welcome to My Tech Blog

1 min read

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.

This blog supports custom components within markdown files, allowing for rich, interactive content!

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

Try clicking the sun/moon icon in the header to toggle between light and dark modes!

Your dark mode preference is automatically saved and restored between visits.

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.