# 个人博客 **Repository Path**: flyreve/blog ## Basic Information - **Project Name**: 个人博客 - **Description**: 个人博客 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: http://flyreve.gitee.io/blog - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-29 - **Last Updated**: 2021-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hexo Official Website [![Build Status](https://travis-ci.org/hexojs/site.svg?branch=master)](https://travis-ci.org/hexojs/site) The website for Hexo. You can see the generated files at [hexojs/hexojs.github.io](https://github.com/hexojs/hexojs.github.io) repository. ## Getting started 安装hexo: ``` bash $ npm install hexo-cli -g ``` 安装依赖: ``` bash $ npm install ``` 清除缓存文件: ``` bash $ hexo clean ``` 生成静态页面: ``` bash $ hexo generate ``` 运行本地服务: ``` bash $ hexo s $ hexo server -d ``` 访问Admin: ``` http://localhost:4000/blog/admin/#/ ``` ##