~/posts/testing-newsletter-dummy-post.mdx

Published
#testing#newsletter#dummy

Testing Newsletter Dummy Post

Shreyas Rao//1 min build/99 words
Contents

// no sections in this build

Welcome to the dummy post

This is a dummy Markdown post created for testing the newsletter import and validation workflow.

#What this post includes

  • A valid frontmatter block
  • A publishable ISO date
  • Tags and categories
  • A code sample
  • A link to a reference

Sample code#

function greet(name: string) {
  return `Hello, ${name}!`
}

console.log(greet("Reader"))

Notes#

If you want to test the admin import flow, push this file to GitHub and use the corresponding raw file URL in the admin "Add Post" form.

For example:

https://raw.githubusercontent.com/<your-user>/<your-repo>/main/content/posts/2026/06/dummy-test-post.md

Enjoy testing! 🎉

subscribe.sh

Enjoyed this post?

Subscribe to get new posts delivered to your inbox.

subscribe --now

Related posts