Hexo入门安装以及推送到Gitee使用
前言
发布一个属于自己的个人博客,主要用到hexo、gitee、hexo-Fluid主题
一、快速入门
1.安装Hexo
npm install hexo-cli -g
2.选择博客位置
默认安装是c盘的,需要自定义安装的话,自己建立好文件夹,然后在文件路径里执行cmd
hexo init blog
cd blog
blog – 博客名称
3.安装博客文件以及依赖
npm install
4.本地运行访问
hexo server
可简写 hexo s
出现本地可以预览的 http://localhost:4000 地址就成功了
二、推送到gitee
推送前你必须要下载