From f9d3fb1527996d0ab8adc4fca0714100a27c4819 Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Thu, 20 May 2021 00:41:14 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 128 ++++++++++++++++----------------- feed.atom | 142 ++++++++++++++++++------------------- index.html | 202 ++++++++++++++++++++++++++--------------------------- 3 files changed, 236 insertions(+), 236 deletions(-) diff --git a/cache.json b/cache.json index 9a0357d..970e7da 100644 --- a/cache.json +++ b/cache.json @@ -102,13 +102,31 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=340731", + "author": "Chris Coyier", + "description": "The Public Beta of the Notion API dropped! Woot! Here’s their guide. I’ve been a Notion user and fan for a long time, for both personal and professional team use. They even sponsored a few videos around here a …\nThe post Notion API appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/notion-api/", + "publishedOn": "2021-05-19T23:18:42.000Z", + "wordCount": 1042, + "title": "Notion API" + }, + { + "id": "https://css-tricks.com/?p=340692", + "author": "Shubham Jain", + "description": "SVGs are awesome: they are small, look sharp on any scale, and can be customized without creating a separate file. However, there is something I feel is missing in web standards today: a way to include them as an external …\nThe post svg-loader: A Different Way to Work With External SVG appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/svg-loader-a-different-way-to-work-with-external-svg/", + "publishedOn": "2021-05-19T14:28:19.000Z", + "wordCount": 1417, + "title": "svg-loader: A Different Way to Work With External SVG" + }, { "id": "https://css-tricks.com/?p=340613", "author": "Chris Coyier", "description": "I’m afraid I have to start this with a whole backstory, as the journey here is the point, not so much the theme.\nA fella wrote to me a while back outlining a situation he was in. His company has …\nThe post Pinned Audio WordPress Theme appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/pinned-audio-wordpress-theme/", "publishedOn": "2021-05-18T19:14:53.000Z", - "wordCount": 973, + "wordCount": 1082, "title": "Pinned Audio WordPress Theme" }, { @@ -117,7 +135,7 @@ "description": "Neon text can add a nice, futuristic touch to any website. I’ve always loved the magic of neon signs, and wanted to recreate them using CSS. I thought I’d share some tips on how to do it! In this article, …\nThe post How to Create Neon Text With CSS appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/how-to-create-neon-text-with-css/", "publishedOn": "2021-05-18T14:31:25.000Z", - "wordCount": 2100, + "wordCount": 2364, "title": "How to Create Neon Text With CSS" }, { @@ -135,7 +153,7 @@ "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": 2174, + "wordCount": 2463, "title": "A Love Letter to HTML & CSS" }, { @@ -216,26 +234,8 @@ "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.