Welcome to My Thoughts

2024-01-15by Twiswelcome, introduction

Welcome to My Thoughts

This is a sample blog post written in Markdown. You can edit this file to change the content.

Features

  • Markdown support: Write your posts in simple Markdown format
  • Front matter: Add metadata like title, date, and tags
  • Easy editing: Just edit the .md files in the content/thoughts/ directory

Getting Started

To add a new blog post:

  1. Create a new .md file in the content/thoughts/ directory
  2. Add front matter at the top with title, date, and other metadata
  3. Write your content in Markdown below the front matter

Example Code

javascript
function hello() { console.log("Hello, world!"); }

That's it! Your new post will automatically appear in the thoughts section.