O. Wolfson
Services
Projects
Blog
Contact
Toggle theme
Toggle theme
Open menu
Blog
Technical archive — notes, tutorials, and dev references.
Search Posts
Find posts by title, description, author, tags, or categories.
Include technical archive
Found 7 posts matching "mdx"
web
development
GitHub-Backed MDX Editing in owolf-dot-com
How owolf-dot-com writes MDX to GitHub in production, reads it back for admin editing, and triggers Vercel dep...
February 9, 2026
·
O. Wolfson
Web Development
MDX Blog
MDXBlog is a free starter template project that is easy to install and deploy. Using MDX (Markdown + JSX) and...
October 4, 2024
·
O. Wolfson
·
1
Web Development
Project
Frictionless Content Creation with MDXBlog
MDXBlog stores posts as markdown files on the local machine, eliminating the need for a round trip to a databa...
October 3, 2024
·
O. Wolfson
·
1
Web Development
Building a Content Management System for Static MDX Files
In this article, we'll walk you through creating a content management system (CMS) for our MDX Blog, where blo...
June 2, 2024
·
O Wolfson
Web Development
Next.js Documentation - Configuring MDX in Next.js
From the Next.js official documentation: MDX is a superset of markdown that lets you write JSX directly in you...
April 20, 2024
·
O Wolfson
Web Development
Simple Static MDX Blog
Creating a static MDX blog in Next.js 14 involves several steps, including setting up your Next.js environment...
November 17, 2023
·
O. Wolfson
·
1
web
development
What is MDX Markdown
MDX is an extension to Markdown that allows you to write JSX code directly in Markdown documents.
July 24, 2022
·
O. Wolfson