| title: | Welcome to My Blog | |||
|---|---|---|---|---|
| description: | An introduction to this new blog built with Eleventy | |||
| date: | 2024-01-15T00:00:00.000Z | |||
| tags: |
| |||
| featured: | true |
Welcome to my new blog! This is the first post on a site built with Eleventy, a fantastic static site generator.
I chose Eleventy for several reasons:
On this blog, you can expect to find posts about:
This blog supports:
Thanks for visiting, and I hope you enjoy the content!
// Here's some sample code with syntax highlighting
function welcomeMessage(name) {
return `Welcome to the blog, ${name}!`;
}
console.log(welcomeMessage("reader"));