Files
RSSHub/lib/v2/stratechery/radar.js
Chenxing Luo ef94bcde8e feat(route): add two blogs: Stratechery & Miris Whispers (#9496)
* Add two blogs

* fix(utils): add parseDate timezone common-config

* Update lib/v2/stratechery/index.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update docs/blog.md

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update docs/en/blog.md

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/miris/blog.js
2022-04-08 23:48:28 +08:00

12 lines
278 B
JavaScript

module.exports = {
'miris.design': {
_name: 'Stratechery by Ben Thompson',
blog: [
{
title: 'Articles',
docs: 'https://docs.rsshub.app/en/blog.html#stratechery-by-ben-thompson',
},
],
},
};