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 thecontent/thoughts/
directory
Getting Started
To add a new blog post:
- Create a new
.md
file in thecontent/thoughts/
directory - Add front matter at the top with title, date, and other metadata
- 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.