Micropage turns Markdown files into a static blog. No databases, no JavaScript, no npm install. One script, one command, done.
Features
- Zero JavaScript. Pure HTML + CSS. Works in every browser, GUI, terminal, or text-mode, doesn't matter. It's easily readable on mobile too.
- Markdown-native. Write in plain text with
bold,italic,links, lists, and code blocks. - Two builders, same output. A POSIX shell version that needs nothing but
sh,awk, andsed. A Python version with full Markdown rendering (tables, fenced code, syntax highlighting). Both produce identical HTML. No need to use bloated frameworks, no need to install anything. - Automatic RSS feed. Every build generates
feed.xmlwith all your posts. - Smart accent color. Set a custom hex color if you want, the script picks readable text, hover shades, and borders automatically, light or dark mode depending on your color.
- Deploy anywhere. Drop the
public/folder on Neocities, GitHub Pages, a VPS, or a Raspberry Pi.
Why?
The web got complicated. Frameworks, build steps, node_modules folders bigger than the content they serve. Micropage goes the other way: write a file, run a script, move the output folder. That's it.
No lock-in. Your posts are plain .md files, open them in anything, forever. We believe you shouldn't use over-complicated software, register an account somewhere, just to express ideas.