MDXpress Blog
MDXpress blog is a lightweight, no-fuss blogging platform designed for developers and minimalists. It allows you to publish blog posts simply by uploading Markdown (.md
) files to a folder. No CMS, no databaseβjust clean and direct blogging.
π Features
- Write blog posts in Markdown
- Automatically renders posts to HTML
- Dark mode toggle
- Clean and responsive UI
- Easy setup and usage
βοΈ How to Use
1. Write Your Blog Post
Create a new Markdown file inside public/blogs/
. For example:
touch public/blogs/my-first-post.md
2. Add Your Content
Use standard Markdown to write your post.
# My First Post
Welcome to my blog powered by **mdxpress**!
- Simple
- Fast
- Minimal
3. Push Your Changes
Once you add your .md
file, just commit and push to your GitHub repository:
git add .
git commit -m "Add my first blog post"
git push origin main
That's it! Your blog post will be live instantly.
π Dark Mode
A toggle button on the top right corner of the blog allows switching between light and dark modes. The state persists between views for a smoother reading experience.
π‘ Ideal For
- Developers who love Markdown
- Tech bloggers who want full control
- Minimalist blogging without CMS overhead
- Portfolio blogs, developer notes, and changelogs
Enjoy blogging with Markdown simplicity β¨