gitHub 建立博客
Posted lvng2018
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitHub 建立博客相关的知识,希望对你有一定的参考价值。
Hexo
要使用Hexo,需要安装Nodejs以及Git
安装Node.js
安装Git
一路点击Next就行了.
安装Hexo
在你需要安装Hexo的目录下(新建一个文件夹)右键选择 Git Bash
npm install hexo-cli -g
hexo init #初始化网站
npm install
hexo g #生成或 hexo generate
hexo s #启动本地服务器 或者 hexo server,这一步之后就可以通过http://localhost:4000 查看了
以上是关于gitHub 建立博客的主要内容,如果未能解决你的问题,请参考以下文章