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 查看了
原文地址:https://www.cnblogs.com/LVNG2018/p/12084230.html
时间: 2024-10-07 09:33:29