# blog **Repository Path**: ulia/blog ## Basic Information - **Project Name**: blog - **Description**: 个人博客 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-09 - **Last Updated**: 2024-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog 记录当下,点亮未来 安装或升级最新版本`node.js` > v6.x.x 全局配置:`npm install hexo-cli -g` 下载源码:`git clone git@github.com:Y-Ulia/blog.git` 进入目录:`cd blog` 安装依赖:`npm install 或 yarn` 本地服务:`hexo server` 博客写作:`hexo new post ` 构建博客:`hexo g`