Welcome to my blog
This is the first post on my new site. To publish a post, you just add a
Markdown file to src/content/blog/ and push it to GitHub — Azure builds and
deploys the site automatically.
How posting works
- Create a file like
src/content/blog/my-idea.md. - Fill in the frontmatter at the top (title, description, pubDate).
- Write your post in Markdown below it.
- Commit and push. Your post is live in about a minute.
Markdown is all you need
You can use bold, italics, links, lists, and:
Blockquotes for the things worth pulling out.
// even code blocks, with syntax highlighting
console.log('Hello from the blog');
That’s it. More to come soon.