Momo originates from Xiaohongshu📕, serving as the default nickname for every new user—symbolizing a fresh start. This philosophy guides our blog design, striking a balance between complex functionality and minimalist aesthetics.
git clone https://github.com/Motues/Momo.git
cd Momo
pnpm install to install dependencies (use npm install -g pnpm to install pnpm)pnpm dev to start the development serverRefer to the Configuration Guide. For detailed information, visit Momo and read the corresponding articles.
Refer to the Update Guide for instructions on updating your project. Visit Momo for detailed information.
Below are some branches that are maintained on an irregular basis; we cannot guarantee that they will remain in sync with the main branch.
memos: Implements the Memos card featurev6: Upgrades dependencies to Astro v6All commands below can be executed in the root directory
| Command | Function |
|---|---|
pnpm install | Install dependencies |
pnpm dev | Start local server at http://localhost:4321 |
pnpm build | Build release version to ./dist directory |
pnpm preview | Preview built release version |
pnpm astro ... | Run astro commands, e.g., astro add |
pnpm newpost <path> <lang> | Create a new post, e.g., pnpm newpost docs/test.md zh-cn. Language can be omitted; defaults to zh-cn |