标签:href 图片 nbsp localhost html http org serve hex
要使用Hexo,需要安装Nodejs以及Git
一路点击Next就行了.
在你需要安装Hexo的目录下(新建一个文件夹)右键选择 Git Bash
npm install hexo-cli -g
hexo init #初始化网站
npm install
hexo g #生成或 hexo generate
hexo s #启动本地服务器 或者 hexo server,这一步之后就可以通过http://localhost:4000 查看了
标签:href 图片 nbsp localhost html http org serve hex
原文地址:https://www.cnblogs.com/LVNG2018/p/12084230.html