~/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
Related posts
nextjsarchitecture
How this newsletter platform is built
A walkthrough of the architecture behind this Next.js-powered newsletter app, from content ingestion to publishing and email delivery.
July 28, 2026
nextjsarchitecture
How this newsletter platform is built
A walkthrough of the architecture behind this Next.js-powered newsletter app, from content ingestion to publishing and email delivery.
June 29, 2026