diff --git a/cache.json b/cache.json index d0e9a13..04d5494 100644 --- a/cache.json +++ b/cache.json @@ -5,13 +5,22 @@ "feedUrl": "https://github.com/osmoscraft/osmosfeed/releases.atom", "siteUrl": "https://github.com/osmoscraft/osmosfeed/releases", "articles": [ + { + "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.2", + "author": null, + "description": "⚠ Deprecated: To accommodate the monorepo setup, the node version in all templates/demos/examples has changed from 14 to 16. This is not a breaking change as our compile target is still node 14, and node 16 is backward compatible. We still recommend you start using node-version: \"16\" in your .github/workflows/update-feed.yaml today to get the performance/security improvements from the newer node. See example\nChore: Reorganize to monorepo with npm workspace.", + "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.2", + "publishedOn": "2021-05-17T05:32:19.000Z", + "wordCount": 340, + "title": "v1.7.2" + }, { "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.1", "author": null, "description": "Fixed: static files were unnecessarily copied for custom templates.", "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.1", "publishedOn": "2021-05-16T02:33:58.000Z", - "wordCount": 280, + "wordCount": 276, "title": "v1.7.1" }, { @@ -85,15 +94,6 @@ "publishedOn": "2021-05-05T05:18:52.000Z", "wordCount": 273, "title": "v1.2.1" - }, - { - "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.1.6", - "author": null, - "description": "Fixed: The output website didn't have favicon.", - "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.1.6", - "publishedOn": "2021-05-05T05:18:40.000Z", - "wordCount": 274, - "title": "v1.1.6" } ] }, @@ -102,13 +102,40 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=340716", + "author": "Chris Coyier", + "description": "Addy Osmani on images in HTML:\nThe humble  element has gained some superpowers over the years. Given how central it is to image optimization on the web, let’s catch up on what it can do and how it can \n…\nThe post The Humble `img` Element And Core Web Vitals appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://www.smashingmagazine.com/2021/04/humble-img-element-core-web-vitals/", + "publishedOn": "2021-05-17T22:38:06.000Z", + "wordCount": 5325, + "title": "The Humble `img` Element And Core Web Vitals" + }, + { + "id": "https://css-tricks.com/?p=339522", + "author": "Ashley Kolodziej", + "description": "I see you. In the back there, behind JavaScript and React and PHP and all those “real” programming languages, I see you. And I appreciate you.\nThe post A Love Letter to HTML & CSS appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/a-love-letter-to-html-css/", + "publishedOn": "2021-05-17T14:27:22.000Z", + "wordCount": 1356, + "title": "A Love Letter to HTML & CSS" + }, + { + "id": "https://css-tricks.com/?p=340594", + "author": "Chris Coyier", + "description": "An interactive tool for learning grid syntax from Etesam Ansari. In the Learn section, it teaches you some concepts (involving multiple bits of the grid syntax) then gives you a task to complete by filling out the right syntax. I’m …\nThe post Euismod appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://www.euismod.dev/", + "publishedOn": "2021-05-17T14:27:13.000Z", + "wordCount": 3, + "title": "Euismod" + }, { "id": "https://css-tricks.com/?p=340136", "author": "Chris Coyier", "description": "I’ve been thinking about social media images again. You know, the images that (can) show up when you share a link in places like Twitter, Facebook, or iMessage. You’re essentially leaving money on the table without them, because they …\nThe post Auto-Generated Social Media Images appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/auto-generated-social-media-images/", "publishedOn": "2021-05-14T20:34:49.000Z", - "wordCount": 2173, + "wordCount": 2273, "title": "Auto-Generated Social Media Images" }, { @@ -171,7 +198,7 @@ "description": "Let’s talk about disabled buttons. Specifically, let’s get into why we use them and how we can do better than the traditional disabled attribute in HTML (e.g.