#289 Hexo Next theme RSS support (#395)

* #289 Hexo Next theme RSS support

* docs

* better title & description

* parese 5 article by default
This commit is contained in:
fengkx
2018-07-29 20:49:33 +08:00
committed by DIYgod
parent ddc7ff11b5
commit a0475c1746
4 changed files with 68 additions and 0 deletions

View File

@@ -354,6 +354,9 @@ router.get('/firefox/release/:platform', require('./routes/firefox/release'));
// tuicool
router.get('/tuicool/mags/:type', require('./routes/tuicool/mags'));
// Hexo
router.get('/hexo/next/:url', require('./routes/hexo/next'));
// 小米
router.get('/mi/crowdfunding', require('./routes/mi/crowdfunding'));