← all posts

Hello, world

meta

This is the first post on rngdev. This site is built with Astro, a fast static site generator, and every post is just a Markdown file in src/content/blog/.

What to expect

Write about whatever you’re building, learning, or debugging. A few ideas to replace this post with:

Writing a new post

Add a new .md file to src/content/blog/, give it frontmatter like this post has (title, description, pubDate, and optional tags), then write the post in Markdown below it. Run npm run dev to preview it locally before publishing.