hexo常用命令

hexo

1
2
3
npm install hexo -g #安装  
npm update hexo -g #升级
hexo init #初始化

阅读更多

前端知识

前言:包含前端开发知识的方方面面,方便查漏补缺,完善知识体系。

阅读更多

git简介及使用

git帮助

1
2
3
4
$ git help #显示常用的命题、简短的解释
$ git help -a #显示所有的命令
$ git help -g #查看使用手册
$ git help add #(具体的命令或手册的名称) 详细的名称、实例

阅读更多

Hello World

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.

阅读更多