码迷,mamicode.com
首页 > 其他好文 > 详细

gitHub 建立博客

时间:2019-12-23 16:56:43      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:href   图片   nbsp   localhost   html   http   org   serve   hex   

技术图片

 

Hexo

要使用Hexo,需要安装Nodejs以及Git

安装Node.js

下载Node.js
参考:安装Node.js

安装Git

下载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 建立博客

标签:href   图片   nbsp   localhost   html   http   org   serve   hex   

原文地址:https://www.cnblogs.com/LVNG2018/p/12084230.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!