mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-12 21:07:54 +00:00
deploy: 1bea850d39
This commit is contained in:
parent
eeaa715ecf
commit
d1c3bb1443
20
cache.json
20
cache.json
@ -233,6 +233,16 @@
|
||||
"feedUrl": "https://social.emucafe.org/feed",
|
||||
"siteUrl": "https://social.emucafe.org",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://social.emucafe.org/?p=480",
|
||||
"author": "Nicholas A. Ferrell",
|
||||
"description": "I came across an article noting that Corey Seager of the Texas Rangers was walked three times in a 3-game sweep of the Baltimore Orioles in the American League Divisional Series, breaking Barry Bonds’ 2003 record of 8 for a divisional series. I am not a baseball fan and am not following the playoffs, but […]",
|
||||
"link": "https://social.emucafe.org/naferrell/seager-bonds-ds-walks/",
|
||||
"publishedOn": "2023-10-16T17:41:57.000Z",
|
||||
"wordCount": null,
|
||||
"title": "Corey Seager Breaks Bonds’ Divisional Series Walks Record",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://social.emucafe.org/naferrell/479/",
|
||||
"author": "Nicholas A. Ferrell",
|
||||
@ -377,6 +387,16 @@
|
||||
"feedUrl": "https://linuxrocks.online/@nafnlj.rss",
|
||||
"siteUrl": "https://linuxrocks.online/@nafnlj",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://linuxrocks.online/@nafnlj/111246020448910050",
|
||||
"author": null,
|
||||
"description": "A look back at the 1922 Better Homes Demonstration Week, a project headed by the administration of then-U.S. President Warren Harding. This introduction post links to two follow-up articles on remarks by then-Vice President Calvin Coolidge and Commerce Secretary Herbert Hoover.\nhttps://thenewleafjournal.com/introducing-the-1922-better-homes-in-america-demonstration-week/\n#ushistory #history #uspresident #home",
|
||||
"link": "https://linuxrocks.online/@nafnlj/111246020448910050",
|
||||
"publishedOn": "2023-10-16T18:06:00.000Z",
|
||||
"wordCount": 120,
|
||||
"title": "Untitled",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://linuxrocks.online/@nafnlj/111240553075801733",
|
||||
"author": null,
|
||||
|
24
feed.atom
24
feed.atom
@ -2,10 +2,32 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>https://nafnlj.github.io/nljfeeds/index.html</id>
|
||||
<title>New Leaf Journal Feeds</title>
|
||||
<updated>2023-10-16T14:11:01.288Z</updated>
|
||||
<updated>2023-10-16T20:12:09.683Z</updated>
|
||||
<generator>osmosfeed 1.15.1</generator>
|
||||
<link rel="alternate" href="https://nafnlj.github.io/nljfeeds/index.html"/>
|
||||
<link rel="self" href="https://nafnlj.github.io/nljfeeds/feed.atom"/>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Untitled]]></title>
|
||||
<id>https://linuxrocks.online/@nafnlj/111246020448910050</id>
|
||||
<link href="https://linuxrocks.online/@nafnlj/111246020448910050"/>
|
||||
<updated>2023-10-16T18:06:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[A look back at the 1922 Better Homes Demonstration Week, a project headed by the administration of then-U.S. President Warren Harding. This introduction post links to two follow-up articles on remarks by then-Vice President Calvin Coolidge and Commerce Secretary Herbert Hoover.
|
||||
https://thenewleafjournal.com/introducing-the-1922-better-homes-in-america-demonstration-week/
|
||||
#ushistory #history #uspresident #home]]></summary>
|
||||
<author>
|
||||
<name>N.A. Ferrell</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Corey Seager Breaks Bonds’ Divisional Series Walks Record]]></title>
|
||||
<id>https://social.emucafe.org/?p=480</id>
|
||||
<link href="https://social.emucafe.org/naferrell/seager-bonds-ds-walks/"/>
|
||||
<updated>2023-10-16T17:41:57.000Z</updated>
|
||||
<summary type="html"><![CDATA[I came across an article noting that Corey Seager of the Texas Rangers was walked three times in a 3-game sweep of the Baltimore Orioles in the American League Divisional Series, breaking Barry Bonds’ 2003 record of 8 for a divisional series. I am not a baseball fan and am not following the playoffs, but […]]]></summary>
|
||||
<author>
|
||||
<name>Nicholas A. Ferrell</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[[Article] Formatting for The New Leaf Journal ActivityPub profile i…]]></title>
|
||||
<id>https://social.emucafe.org/naferrell/479/</id>
|
||||
|
82
index.html
82
index.html
@ -15,6 +15,84 @@
|
||||
|
||||
<body>
|
||||
<!-- %after-body-begin.html% -->
|
||||
<section class="daily-content js-toggle-accordions-scope">
|
||||
<h2 class="daily-heading">
|
||||
<button
|
||||
class="daily-heading-toggle"
|
||||
data-action="toggle-accordions"
|
||||
title="Click to toggle the day, Ctrl + click to toggle all."
|
||||
>
|
||||
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2023-10-16 datetime="2023-10-16T18:06:00.000Z">2023-10-16</time>
|
||||
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-10-16 datetime="2023-10-16T18:06:00.000Z"></time>
|
||||
</button>
|
||||
</h2>
|
||||
<ul class="sources card">
|
||||
<li class="card__section">
|
||||
<section class="js-toggle-accordions-scope">
|
||||
<h3 class="source-heading">
|
||||
<button
|
||||
class="source-heading__name"
|
||||
data-action="toggle-accordions"
|
||||
title="Click to toggle the source, Ctrl + click to toggle all."
|
||||
>N.A. Ferrell</button>
|
||||
<a class="source-heading__link" href="https://linuxrocks.online/@nafnlj">Open</a>
|
||||
</h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details
|
||||
class="article-expander"
|
||||
data-action="toggle-native-accordion"
|
||||
data-accordion-key="https://linuxrocks.online/@nafnlj/111246020448910050"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">Untitled</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://linuxrocks.online/@nafnlj/111246020448910050">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>A look back at the 1922 Better Homes Demonstration Week, a project headed by the administration of then-U.S. President Warren Harding. This introduction post links to two follow-up articles on remarks by then-Vice President Calvin Coolidge and Commerce Secretary Herbert Hoover.
|
||||
https://thenewleafjournal.com/introducing-the-1922-better-homes-in-america-demonstration-week/
|
||||
#ushistory #history #uspresident #home</span>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
</li>
|
||||
<li class="card__section">
|
||||
<section class="js-toggle-accordions-scope">
|
||||
<h3 class="source-heading">
|
||||
<button
|
||||
class="source-heading__name"
|
||||
data-action="toggle-accordions"
|
||||
title="Click to toggle the source, Ctrl + click to toggle all."
|
||||
>The Emu Café Social</button>
|
||||
<a class="source-heading__link" href="https://social.emucafe.org">Open</a>
|
||||
</h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details
|
||||
class="article-expander"
|
||||
data-action="toggle-native-accordion"
|
||||
data-accordion-key="https://social.emucafe.org/?p=480"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">Corey Seager Breaks Bonds’ Divisional Series Walks Record</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://social.emucafe.org/naferrell/seager-bonds-ds-walks/">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>I came across an article noting that Corey Seager of the Texas Rangers was walked three times in a 3-game sweep of the Baltimore Orioles in the American League Divisional Series, breaking Barry Bonds’ 2003 record of 8 for a divisional series. I am not a baseball fan and am not following the playoffs, but […]</span>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content js-toggle-accordions-scope">
|
||||
<h2 class="daily-heading">
|
||||
<button
|
||||
@ -1868,8 +1946,8 @@ Should the Pistons have drafted Carmelo?</span>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6534830698">
|
||||
<time id="build-timestamp" datetime="2023-10-16T14:11:01.265Z">2023-10-16T14:11:01.265Z</time>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6538761757">
|
||||
<time id="build-timestamp" datetime="2023-10-16T20:12:09.653Z">2023-10-16T20:12:09.653Z</time>
|
||||
</a>
|
||||
<a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.15.1</a>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user