Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalist blog template built with Astro, featuring dark mode, search, i18n, and rich Markdown support.
Momo is a minimalist blog template built with Astro that generates a static blog with dark mode, local search, bilingual content, and rich Markdown extensions. It is designed for users who want a clean, fast blog without sacrificing modern features.
Momo is a minimalist blog template built on the Astro framework, maintained by Motues on GitHub. It takes Markdown posts as input and produces a fully static website with built-in search, RSS, categories, and reading statistics. The template is designed to balance a simple, clean aesthetic with a practical feature set.
pnpm install.Clone the repository, install dependencies with pnpm install, and run pnpm dev to start a local server at http://localhost:4321. Build a production version with pnpm build, which outputs to the dist directory. Create new posts using the pnpm newpost command, specifying a path and optional language code.
Momo is open source and free to use. It is hosted on GitHub and can be cloned and deployed without cost.
Momo is an open-source blog template hosted on GitHub. You can clone it, modify it, and use it for personal or commercial projects without a license fee.
Momo currently supports Simplified Chinese and English. The i18n feature allows switching between these two languages with a language switcher in the interface.
Use the pnpm newpost command followed by a file path and an optional language code. For example, pnpm newpost docs/test.md zh-cn creates a post in Simplified Chinese; the language defaults to zh-cn if omitted.
Yes, Momo includes comment support that can be deployed locally or on Cloudflare, using the separate Momo-Backend project for backend services.
