Skip to content

Commit

Permalink
add tools recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
timqian committed Nov 1, 2019
1 parent 9a36595 commit 45c917a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,12 @@
- https://ohmyrss.com/
- https://github.com/tangqiaoboy/iOSBlogCN
- https://www.zhihu.com/question/19928148


## 博客构建工具推荐

- [Saber](https://saber.land/)
- [Hexo](https://hexo.io)
- [vue-press](https://vuepress.vuejs.org/)
- [Gastsby](https://www.gatsbyjs.org/)
- [Ghost](https://ghost.org/)
- [Wordpress](https://wordpress.com/)
11 changes: 10 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,16 @@ ${tableContentInMD}
- https://ohmyrss.com/
- https://github.com/tangqiaoboy/iOSBlogCN
- https://www.zhihu.com/question/19928148
`
## 博客构建工具推荐
- [Saber](https://saber.land/)
- [Hexo](https://hexo.io)
- [vue-press](https://vuepress.vuejs.org/)
- [Gastsby](https://www.gatsbyjs.org/)
- [Ghost](https://ghost.org/)
- [Wordpress](https://wordpress.com/)
`

fs.writeFileSync('./README.md', readmeContent, 'utf8');

Expand Down

0 comments on commit 45c917a

Please sign in to comment.