通过执行python程序抓取最新的资源放到liudayeblogs/source/vip/table.html
通过hexo命令编译并且发布到网站库 [email protected]:mingge007/lsof_java.git
hexo new 博客名 会在生成一个markdown文件liudayeblogs/source/_posts/
起始格式使用如下
---
title: 标题
date: 2017-08-17 16:42:02
tags:
- 标题1
- 标题3
- 标题3
categories: 目录1
#评论
comments: ture
#打赏
reward: true
toc: true
---
编辑完成后 执行sh createWWW.sh完成编译上传
sh createWWW.sh
sh submitgit.sh
sh view.sh
hexo clean //清理public下的文件
hexo g //编译文件
hexo d //发布上传git
hexo new blog //创建博客