###中心技术博客
使用方法:
-
确保本机已经安装了 git 和 node
-
本地任意一个文件,终端执行 git clone git@github.com:hfutDev/team-blog.git
-
cd team-blog => npm install
-
git pull origin master
-
hexo new [articleName] articleName 一律使用英文,格式如:
how-to-learn-fed -
hexo generate 生成文章
-
hexo server 预览文章
-
hexo deploy 发布文章
-
git add
how-to-learn-fed.md=> git commit -m 'add how-to-learn-fed.md' => git push origin master -
以后每次重复 5-9.
详情参见 Hexo 文档