# myblog **Repository Path**: luckyship/myblog ## Basic Information - **Project Name**: myblog - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-01 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开始使用 #### 1、安装 ```bash $ git clone --depth=1 https://github.com/luckyship/luckyship.github.io.git $ cd luckyship.github.io $ npm install $ cd ./themes/ $ git clone --depth=1 https://github.com/luckyship/myblog.git ./lucky ``` #### 2、配置 ```bash # 如果安装过了,不用安装 $ npm install hexo -g # 启动本地服务 $ hexo s -g ```