这是开始的title
通过下面的命令创建新的文章
1 | hexo new 新的开始 |
感觉很好
通过浏览器打开http://localhost:4000
成功了.ok
探索未知 每天都是新的开始
官网: https://nodejs.org/en/ 下载node-v0.12.8-x86.msi 文件
双击 安装即可
打开控制台 , 查看node版本
1 | node --version |
显示node版本 ,表示安装成功
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo s --debug |
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
1 | git clone https://github.com/iissnan/hexo-theme-next themes/next |
More info: Deployment