mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
deploy: 93a47ca1ea
This commit is contained in:
parent
bc9c216e17
commit
d386890385
3 changed files with 5 additions and 34 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
15
cache.json
15
cache.json
|
|
@ -7,7 +7,7 @@
|
|||
"description": "When I was working on a project that needed an editor component for source code, I really wanted a way to have that editor highlight the syntax its typed. There are projects like this, like CodeMirror, Ace, and …\nThe post Creating an Editable Textarea That Supports Syntax-Highlighted Code appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/creating-an-editable-textarea-that-supports-syntax-highlighted-code/",
|
||||
"publishedOn": "2021-04-16T18:58:59.000Z",
|
||||
"wordCount": 1816,
|
||||
"wordCount": 1911,
|
||||
"sourceHref": "https://css-tricks.com/feed/",
|
||||
"sourceTitle": "CSS-Tricks",
|
||||
"title": "Creating an Editable Textarea That Supports Syntax-Highlighted Code"
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"description": "Svelte is a free and open-source front end JavaScript framework that enables developers to build highly performant applications with smaller application bundles. Svelte also empowers developers with its awesome developer experience.\nSvelte provides a different approach to building web apps …\nThe post How to Build a FullStack Serverless HN Clone With Svelte and Fauna appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/how-to-build-a-fullstack-serverless-hn-clone-with-svelte-and-fauna/",
|
||||
"publishedOn": "2021-04-15T14:27:01.000Z",
|
||||
"wordCount": 1287,
|
||||
"wordCount": 1338,
|
||||
"sourceHref": "https://css-tricks.com/feed/",
|
||||
"sourceTitle": "CSS-Tricks",
|
||||
"title": "How to Build a FullStack Serverless HN Clone With Svelte and Fauna"
|
||||
|
|
@ -340,15 +340,6 @@
|
|||
"sourceHref": "https://www.smashingmagazine.com/feed/",
|
||||
"sourceTitle": "Articles on Smashing Magazine — For Web Designers And Developers",
|
||||
"title": "A Complete Guide To Accessible Front-End Components"
|
||||
},
|
||||
{
|
||||
"description": "Wondering what’s happenin’ at Smashing? Well, we’ve been busy. Here’s a little story of how we removed floating labels, improved performance on mobile, and launched a new series of articles. Oh, and how you can contribute to Smashing, too.",
|
||||
"link": "https://smashingmagazine.com/2021/03/floating-labels-performance-lighthouse/",
|
||||
"publishedOn": "2021-03-19T13:30:00.000Z",
|
||||
"wordCount": 2644,
|
||||
"sourceHref": "https://www.smashingmagazine.com/feed/",
|
||||
"sourceTitle": "Articles on Smashing Magazine — For Web Designers And Developers",
|
||||
"title": "Gone Floating Labels And Green Lighthouse Scores"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -448,5 +439,5 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"cliVersion": "1.2.1"
|
||||
"cliVersion": "1.2.2"
|
||||
}
|
||||
24
index.html
24
index.html
|
|
@ -776,29 +776,9 @@ You can support CSS-Tricks by being an MVP Supporter.</p>
|
|||
|
||||
</section>
|
||||
|
||||
|
||||
<section class="day-container">
|
||||
<h2>2021-03-19</h2>
|
||||
|
||||
<h3>Articles on Smashing Magazine — For Web Designers And Developers</h3>
|
||||
<section class="articles-per-source">
|
||||
|
||||
<article>
|
||||
<details>
|
||||
<summary>Gone Floating Labels And Green Lighthouse Scores</summary>
|
||||
<div class="details-content">
|
||||
<p>Wondering what’s happenin’ at Smashing? Well, we’ve been busy. Here’s a little story of how we removed floating labels, improved performance on mobile, and launched a new series of articles. Oh, and how you can contribute to Smashing, too.</p>
|
||||
<a href="https://smashingmagazine.com/2021/03/floating-labels-performance-lighthouse/">Read · 9 min</a>
|
||||
</div>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<time id="build-timestamp" datetime="2021-04-18T00:50:15.472Z">2021-04-18T00:50:15.472Z</time>
|
||||
<span><a href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.2.1</a></span>
|
||||
<time id="build-timestamp" datetime="2021-04-18T05:24:59.121Z">2021-04-18T05:24:59.121Z</time>
|
||||
<span><a href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.2.2</a></span>
|
||||
</footer>
|
||||
|
||||
<script src="assets/index.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue