• Home
  • Highlights
  • Cloud Computing Explained: What Every Beginner Should Understand
Modern cloud icon hovering over interconnected servers and application layers, visualizing speed, scalability, and digital transformation through cloud computing.

Hello from MDX

This post lives in content/blog/hello-from-mdx.mdx. It's plain Markdown, parsed and dropped into the same Astra + Elementor post template used by every other CoderPush blog post.

How to publish a new post

  1. Create a file at content/blog/<your-slug>.mdx.
  2. Add the frontmatter shown above (title, date, optional excerpt and heroImage).
  3. Write your post in Markdown — headings, lists, code, links, images all work.
  4. Commit + push. The post is live at /<your-slug>/.

That's it — no WordPress admin, no agency, no deploy step beyond git push.

What works

  • GitHub-flavored Markdown: tables, task lists, autolinks, strikethrough
  • Images: ![alt](/wp-content/uploads/.../whatever.webp) or external URLs
  • Code blocks with syntax tagging:
export function hello(name: string) {
  return `hi ${name}`;
}
  • Quotes:

Pull quotes render with the existing site's CSS, so they match every other post.

What doesn't work (yet)

Real .mdx features like inline React components aren't wired up — this renders as pure Markdown. If you need a custom embed (chart, video, CTA block), let us know and we'll add a component.

Scroll to Top

Got a project in mind?

Whether it’s building a website, defining a brand, prototyping a product, or nurturing a budding idea — let’s plan, create an impact, and make it meaningful.

Kindly leave your email, and we’ll be in touch soon.

"*" indicates required fields

This field is for validation purposes and should be left unchanged.