# coolshell-mirror **Repository Path**: wlm328/coolshell-mirror ## Basic Information - **Project Name**: coolshell-mirror - **Description**: 酷壳站点镜像站 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://coolshell-mirror.work.zhuzhilong.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-08-19 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 酷壳(coolshell.cn)镜像站 使用 Hexo 搭建的酷壳镜像站,使用 `hexo-theme-butterfly` 主题 ## 开始开发 ``` bash # 若未安装 Hexo 需提前全局执行以下命令 npm install -g hexo-cli # 安装依赖 pnpm install # 启动开发 pnpm dev # 打包 pnpm build ``` ## Hexo 常用命令 ``` bash # 启动服务器便于开发 hexo server # 新建内容 hexo new [layout] #生成静态文件 hexo generate ``` ## 相关链接: - Hexo: https://hexo.io/zh-cn/docs/ - Hexo 主题:https://butterfly.js.org/ - Hexo 主题 Github:https://github.com/jerryc127/hexo-theme-butterfly