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 @@ + + +
+ + + +