MD-Blog
MD-Blog is a lightweight Markdown publishing platform for blogs, changelogs and project updates.
Repository: FreetimeMaker/MD-Blog
Features
- Markdown files rendered as web pages
- Automatic post discovery
- Readable slug-based URLs
- Reusable templates
- Light and dark themes
- Vercel deployment
Content
Blog posts live in public/blogs. The homepage content is Markdown-based as well.
A post is created by adding a Markdown file:
md
# My First Post
Post content goes here.The filename becomes the post URL slug.