About
A minimalist blog template
Momo originates from Xiaohongshu’s 📕, serving as every new user’s initial nickname, symbolizing a fresh start. The blog’s design philosophy stems from this concept, beginning with simplicity to strike a balance between complex functionality and minimalist aesthetics.
✨ Features
- Minimalist Design: Clean page layout with black and white as primary colors, accented by blue
- Dark Mode: Supports manual switching or automatic system adaptation
- Article Search: Implements localized search using pagefind
- Internationalization (i18n): Supports multilingual switching, currently available in Simplified Chinese and English
- Mobile Optimization: Components optimized for mobile devices, delivering the same experience as desktop browsers
- Commenting System: Supports local deployment and Cloudflare deployment. Details in Backend
- Additional Core Features: Post categorization, directory, RSS subscription, text statistics, reading time
🚀 Quick Start
- Clone this project
git clone https://github.com/Motues/Momo.git
cd Momo
- Run
pnpm install to install dependencies (use npm install -g pnpm to install pnpm)
- Run
pnpm dev to start the development server
🔧 Configuration
Refer to the Configuration Guide and read the corresponding articles for detailed information.
📚 Updates
Refer to the Update Guide for instructions on updating the project.
📚 References