Skip to content

Commit

Permalink
deploy: c3a4181
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Oct 18, 2024
1 parent 6a05924 commit 0b05c42
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 3 deletions.
6 changes: 6 additions & 0 deletions data/feed-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
"https://blog.getbootstrap.com/feed.xml"
]
},
{
"url": "https://blog.google",
"feeds": [
"https://blog.google/rss/"
]
},
{
"url": "https://blog.hog.as",
"feeds": [
Expand Down
1 change: 1 addition & 0 deletions data/feed-list.opml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<outline text="blog.emberjs.com" title="blog.emberjs.com" type="rss" xmlUrl="https://blog.emberjs.com/rss.xml"/>
<outline text="blog.flatt.tech" title="blog.flatt.tech" type="rss" xmlUrl="https://blog.flatt.tech/feed"/>
<outline text="blog.getbootstrap.com" title="blog.getbootstrap.com" type="rss" xmlUrl="https://blog.getbootstrap.com/feed.xml"/>
<outline text="blog.google" title="blog.google" type="rss" xmlUrl="https://blog.google/rss/"/>
<outline text="blog.hog.as" title="blog.hog.as" type="rss" xmlUrl="https://blog.hog.as/feed"/>
<outline text="blog.isquaredsoftware.com" title="blog.isquaredsoftware.com" type="rss" xmlUrl="https://blog.isquaredsoftware.com/index.xml"/>
<outline text="blog.jquery.com" title="blog.jquery.com" type="rss" xmlUrl="https://blog.jquery.com/feed/"/>
Expand Down
6 changes: 6 additions & 0 deletions data/opml-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
"https://blog.getbootstrap.com/feed.xml"
]
},
{
"url": "https://blog.google",
"feeds": [
"https://blog.google/rss/"
]
},
{
"url": "https://blog.hog.as",
"feeds": [
Expand Down
1 change: 1 addition & 0 deletions data/opml-list.opml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<outline text="blog.emberjs.com" title="blog.emberjs.com" type="rss" xmlUrl="https://blog.emberjs.com/rss.xml"/>
<outline text="blog.flatt.tech" title="blog.flatt.tech" type="rss" xmlUrl="https://blog.flatt.tech/feed"/>
<outline text="blog.getbootstrap.com" title="blog.getbootstrap.com" type="rss" xmlUrl="https://blog.getbootstrap.com/feed.xml"/>
<outline text="blog.google" title="blog.google" type="rss" xmlUrl="https://blog.google/rss/"/>
<outline text="blog.hog.as" title="blog.hog.as" type="rss" xmlUrl="https://blog.hog.as/feed"/>
<outline text="blog.isquaredsoftware.com" title="blog.isquaredsoftware.com" type="rss" xmlUrl="https://blog.isquaredsoftware.com/index.xml"/>
<outline text="blog.jquery.com" title="blog.jquery.com" type="rss" xmlUrl="https://blog.jquery.com/feed/"/>
Expand Down
14 changes: 14 additions & 0 deletions data/watch-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -9439,5 +9439,19 @@
"title": "The Popover API: Your New Best Friend for Tooltips",
"url": "https://www.voorhoede.nl/en/blog/the-popover-api-your-new-best-friend-for-tooltips/"
}
},
{
"count": 1,
"url": "https://nx.dev",
"tags": [
"nodejs",
"Tools",
"monorepo",
"ReleaseNote"
],
"example": {
"title": "Announcing Nx 20 | Nx Blog",
"url": "https://nx.dev/blog/announcing-nx-20"
}
}
]
17 changes: 16 additions & 1 deletion data/web-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -6888,7 +6888,8 @@
"example": {
"title": "Google shares update on next step toward phasing out third-party cookies in Chrome",
"url": "https://blog.google/products/chrome/privacy-sandbox-tracking-protection/"
}
},
"rssUrl": "https://blog.google/rss/"
},
{
"count": 1,
Expand Down Expand Up @@ -9712,5 +9713,19 @@
"title": "The Popover API: Your New Best Friend for Tooltips",
"url": "https://www.voorhoede.nl/en/blog/the-popover-api-your-new-best-friend-for-tooltips/"
}
},
{
"count": 1,
"url": "https://nx.dev",
"tags": [
"nodejs",
"Tools",
"monorepo",
"ReleaseNote"
],
"example": {
"title": "Announcing Nx 20 | Nx Blog",
"url": "https://nx.dev/blog/announcing-nx-20"
}
}
]
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main.js

Large diffs are not rendered by default.

0 comments on commit 0b05c42

Please sign in to comment.