GitHub与Hexo搭建个人博客
Posted lsqstudy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GitHub与Hexo搭建个人博客相关的知识,希望对你有一定的参考价值。
GitHub与Hexo搭建个人博客
安装node.js
? 自己百度
安装Git
? 自己百度
创建GitHub仓库
安装hexo
? npm install -g hexo-cli
新建文件夹
初始化文件夹
? hexo init
安装依赖包
? hexo install
安装hexo-deployer-git
? npm install hexo-deployer-git --save
在 _config.yml 文件中配置如下
把项目部署到github中的lsqstudy.github.io项目中去
? hexo g -d
个人博客搭建完成,访问
以上是关于GitHub与Hexo搭建个人博客的主要内容,如果未能解决你的问题,请参考以下文章