From 59c7a65d69fe4cc864d195b41c144f7170bcdb9a Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 11 Apr 2018 22:45:33 +0800 Subject: [PATCH] docs --- docs/.nojekyll | 0 docs/CNAME | 1 + docs/README.md | 11 +++++++++++ docs/config.js | 24 ++++++++++++++++++++++++ docs/index.html | 29 +++++++++++++++++++++++++++++ docs/support.md | 24 ++++++++++++++++++++++++ 6 files changed, 89 insertions(+) create mode 100644 docs/.nojekyll create mode 100644 docs/CNAME create mode 100644 docs/README.md create mode 100644 docs/config.js create mode 100644 docs/index.html create mode 100644 docs/support.md diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000000..5ab3a9991b --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +rsshub.js.org \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000000..048525c2a1 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,11 @@ +--- +search: zh-Hans +--- + +# RSSHub + +🍭 Make RSS Great Again! + +RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源 + +下面是目前支持的内容 \ No newline at end of file diff --git a/docs/config.js b/docs/config.js new file mode 100644 index 0000000000..72d0771c55 --- /dev/null +++ b/docs/config.js @@ -0,0 +1,24 @@ +docute.init({ + title: 'RSSHub', + repo: 'DIYgod/RSSHub', + twitter: 'DIYgod', + 'edit-link': 'https://github.com/DIYgod/RSSHub/tree/master/docs', + nav: { + default: [ + { + title: '主页', path: '/' + }, + { + title: '支持 RSSHub', path: '/support' + }, + ], + }, + plugins: [ + docsearch({ + apiKey: '', + indexName: 'rsshub', + tags: ['zh-Hans'], + url: 'https://rsshub.js.org' + }), + ] +}); \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000000..beef6fbeab --- /dev/null +++ b/docs/index.html @@ -0,0 +1,29 @@ + + + + + + + RSSHub + + + + + + + + +
+ + + + + + + diff --git a/docs/support.md b/docs/support.md new file mode 100644 index 0000000000..0c4d16027c --- /dev/null +++ b/docs/support.md @@ -0,0 +1,24 @@ +--- +search: zh-Hans +--- + +# 赞助 RSSHub 的研发 + +RSSHub 是采用 MIT 许可的开源项目,使用完全免费。 但是随着项目规模的增长,也需要有相应的资金支持才能持续项目的维护的开发。 + +你可以通过下列的方法来赞助 RSSHub 的开发。 + +## 一次性赞助 + +我们通过以下方式接受赞助: + +- [微信支付](https://i.imgur.com/aq6PtWa.png) +- [支付宝](https://i.imgur.com/wv1Pj2k.png) +- [Paypal](https://www.paypal.me/DIYgod) +- 比特币: 13CwQLHzPYm2tewNMSJBeArbbRM5NSmCD1 + +## 周期性赞助 + +周期性赞助可以获得额外的回报,比如你的名字 会出现在 RSSHub 的 GitHub 仓库和现在我们的官网中。 + +- 给我们发邮件联系赞助事宜: i#html.love \ No newline at end of file