This commit is contained in:
chuanqisun 2021-05-17 00:44:56 +00:00
parent 76db2bf361
commit de99df89e2
3 changed files with 53 additions and 51 deletions

View file

@ -5,12 +5,21 @@
"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.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,
"title": "v1.7.1"
},
{
"id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.0",
"author": null,
"description": "Added: templating system. Demo | Source | Docs\nChore: rendering logic refactoring. Adopting functional paradigm.",
"description": "Added: templating system. Demo | Source | Docs\nChore: rendering logic refactoring. Adopting functional paradigm.\nThank you @tianheg, @onnyyonn",
"link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.0",
"publishedOn": "2021-05-15T09:35:54.000Z",
"publishedOn": "2021-05-16T01:42:24.000Z",
"wordCount": 286,
"title": "v1.7.0"
},
@ -85,15 +94,6 @@
"publishedOn": "2021-05-05T05:18:40.000Z",
"wordCount": 274,
"title": "v1.1.6"
},
{
"id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.1.1",
"author": null,
"description": "Fixed: Item description didn't use the description property from feed item.",
"link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.1.1",
"publishedOn": "2021-05-05T05:18:27.000Z",
"wordCount": 278,
"title": "v1.1.1"
}
]
},
@ -108,7 +108,7 @@
"description": "Ive 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. Youre 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": 1934,
"wordCount": 2173,
"title": "Auto-Generated Social Media Images"
},
{
@ -126,7 +126,7 @@
"description": "Manuel Matuzović goes line-by-line through a boilerplate HTML document. I like it. Its a good reference and has a lot of the same type of stuff I tend to put in the main HTML template. It makes me think about …\nThe post HTML Boilerplates appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/html-boilerplates/",
"publishedOn": "2021-05-14T14:13:07.000Z",
"wordCount": 749,
"wordCount": 781,
"title": "HTML Boilerplates"
},
{
@ -162,7 +162,7 @@
"description": "Building animations can get complicated, particularly compelling animations where you arent just rolling a ball across the screen, but building a scene where many things are moving and changing in concert. When compelling animation is the goal, a timeline GUI …\nThe post SVGator 3.0 Reshapes the Way You Create and Animate SVG With Extensive New Features appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/svgator-3-0-reshapes-the-way-you-create-and-animate-svg-with-extensive-new-features/",
"publishedOn": "2021-05-13T14:24:35.000Z",
"wordCount": 942,
"wordCount": 986,
"title": "SVGator 3.0 Reshapes the Way You Create and Animate SVG With Extensive New Features"
},
{
@ -180,7 +180,7 @@
"description": "Kitty reflected on an ancient blog post here on CSS-Tricks on how to make an animated pie timer. The old technique is still clever. The new technique is equally clever and much easier. I particularly like the steps() animation function…\nThe post CSS Pie Timer Re-Revisited appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/css-pie-timer-re-revisited/",
"publishedOn": "2021-05-11T22:00:29.000Z",
"wordCount": 441,
"wordCount": 498,
"title": "CSS Pie Timer Re-Revisited"
},
{
@ -198,7 +198,7 @@
"description": "Chrome is experimenting with @container, a property within the CSS Working Group Containment Level 3 spec being championed by Miriam Suzanne of Oddbird, and a group of engineers across the web platform. @container brings us the ability to …\nThe post Next Gen CSS: @container appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/next-gen-css-container/",
"publishedOn": "2021-05-11T14:36:10.000Z",
"wordCount": 1419,
"wordCount": 1441,
"title": "Next Gen CSS: @container"
},
{
@ -225,7 +225,7 @@
"description": "I find build tooling endlessly interesting, especially right now as were in a juicy next-gen transitional period with players like Vite, wmr, Snowpack, and esbuild. Hugh Haworth has a good run-down of the new players, and weve chatted on …\nThe post Migrating from Parcel to Snowpack appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://benfrain.com/migrating-from-parcel-to-snowpack-build-tool-comparison/",
"publishedOn": "2021-05-10T21:13:23.000Z",
"wordCount": 2953,
"wordCount": 2933,
"title": "Migrating from Parcel to Snowpack"
},
{
@ -551,5 +551,5 @@
]
}
],
"cliVersion": "1.7.0"
"cliVersion": "1.7.1"
}

View file

@ -1,17 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-05-16T00:48:59.944Z</id>
<id>urn:2021-05-17T00:44:55.230Z</id>
<title>osmos::feed</title>
<updated>2021-05-16T00:48:59.944Z</updated>
<generator>osmosfeed 1.7.0</generator>
<updated>2021-05-17T00:44:55.230Z</updated>
<generator>osmosfeed 1.7.1</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[v1.7.1]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.1</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.1"/>
<updated>2021-05-16T02:33:58.000Z</updated>
<summary type="html"><![CDATA[Fixed: static files were unnecessarily copied for custom templates.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.7.0]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.0</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.0"/>
<updated>2021-05-15T09:35:54.000Z</updated>
<updated>2021-05-16T01:42:24.000Z</updated>
<summary type="html"><![CDATA[Added: templating system. Demo | Source | Docs
Chore: rendering logic refactoring. Adopting functional paradigm.]]></summary>
Chore: rendering logic refactoring. Adopting functional paradigm.
Thank you @tianheg, @onnyyonn]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
@ -490,16 +501,6 @@ Chore: Refactored parameter passing for enrich step.]]></summary>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.1.1]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.1.1</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.1.1"/>
<updated>2021-05-05T05:18:27.000Z</updated>
<summary type="html"><![CDATA[Fixed: Item description didn't use the description property from feed item.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Guide To Undoing Mistakes With Git]]></title>
<id>https://smashingmagazine.com/2021/05/undoing-mistakes-git-part1/</id>

View file

@ -16,12 +16,23 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-05-15">2021-05-15</time></h2>
<h2 class="daily-heading"><time datatime="2021-05-16">2021-05-16</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://github.com/osmoscraft/osmosfeed/releases">Release notes from osmosfeed</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">v1.7.1</summary>
<a class="article-summary-link article-summary-box-outer" href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.1">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Fixed: static files were unnecessarily copied for custom templates.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">v1.7.0</summary>
@ -29,7 +40,8 @@
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Added: templating system. Demo | Source | Docs
Chore: rendering logic refactoring. Adopting functional paradigm.</span>
Chore: rendering logic refactoring. Adopting functional paradigm.
Thank you @tianheg, @onnyyonn</span>
</div>
</a>
</details>
@ -50,7 +62,7 @@ Chore: rendering logic refactoring. Adopting functional paradigm.</span>
<summary class="article-expander__title">Auto-Generated Social Media Images</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/auto-generated-social-media-images/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span class="article-reading-time">(7 min)</span>
<span>Ive 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. Youre essentially leaving money on the table without them, because they …
The post Auto-Generated Social Media Images appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.</span>
@ -78,7 +90,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<summary class="article-expander__title">HTML Boilerplates</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/html-boilerplates/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span class="article-reading-time">(3 min)</span>
<span>Manuel Matuzović goes line-by-line through a boilerplate HTML document. I like it. Its a good reference and has a lot of the same type of stuff I tend to put in the main HTML template. It makes me think about …
The post HTML Boilerplates appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.</span>
@ -354,7 +366,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<summary class="article-expander__title">CSS Pie Timer Re-Revisited</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/css-pie-timer-re-revisited/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span class="article-reading-time">(2 min)</span>
<span>Kitty reflected on an ancient blog post here on CSS-Tricks on how to make an animated pie timer. The old technique is still clever. The new technique is equally clever and much easier. I particularly like the steps() animation function…
The post CSS Pie Timer Re-Revisited appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.</span>
@ -692,17 +704,6 @@ Chore: Refactored parameter passing for enrich step.</span>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">v1.1.1</summary>
<a class="article-summary-link article-summary-box-outer" href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.1.1">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Fixed: Item description didn&#x27;t use the description property from feed item.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -1012,8 +1013,8 @@ Chore: Refactored parameter passing for enrich step.</span>
</section>
<footer>
<time id="build-timestamp" datetime="2021-05-16T00:48:59.925Z">2021-05-16T00:48:59.925Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.7.0</a></span>
<time id="build-timestamp" datetime="2021-05-17T00:44:55.206Z">2021-05-17T00:44:55.206Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.7.1</a></span>
</footer>
<script src="index.js"></script>
<!-- %before-body-end.html% -->