mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-10 04:27:52 +00:00
deploy: 1bea850d39
This commit is contained in:
parent
31acc63958
commit
3cf9a7e4cd
10
cache.json
10
cache.json
@ -338,6 +338,16 @@
|
|||||||
"feedUrl": "https://linuxrocks.online/@nafnlj.rss",
|
"feedUrl": "https://linuxrocks.online/@nafnlj.rss",
|
||||||
"siteUrl": "https://linuxrocks.online/@nafnlj",
|
"siteUrl": "https://linuxrocks.online/@nafnlj",
|
||||||
"articles": [
|
"articles": [
|
||||||
|
{
|
||||||
|
"id": "https://linuxrocks.online/@nafnlj/111399062803809661",
|
||||||
|
"author": null,
|
||||||
|
"description": "Re-printing \"Pumpkin Pie,\" a seasonal early 20th century children's poem by Mary Mapes Dodge.\nhttps://thenewleafjournal.com/pumpkin-pie-a-childrens-poem-by-mary-mapes-dodge/\n#poem #poetry #pumpkin #pumpkinpie #autumn #thanksgiving",
|
||||||
|
"link": "https://linuxrocks.online/@nafnlj/111399062803809661",
|
||||||
|
"publishedOn": "2023-11-12T18:46:41.000Z",
|
||||||
|
"wordCount": 119,
|
||||||
|
"title": "Untitled",
|
||||||
|
"imageUrl": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "https://linuxrocks.online/@nafnlj/111392786146540119",
|
"id": "https://linuxrocks.online/@nafnlj/111392786146540119",
|
||||||
"author": null,
|
"author": null,
|
||||||
|
14
feed.atom
14
feed.atom
@ -2,10 +2,22 @@
|
|||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>https://nafnlj.github.io/nljfeeds/index.html</id>
|
<id>https://nafnlj.github.io/nljfeeds/index.html</id>
|
||||||
<title>New Leaf Journal Feeds</title>
|
<title>New Leaf Journal Feeds</title>
|
||||||
<updated>2023-11-12T14:08:59.048Z</updated>
|
<updated>2023-11-12T20:10:30.540Z</updated>
|
||||||
<generator>osmosfeed 1.15.1</generator>
|
<generator>osmosfeed 1.15.1</generator>
|
||||||
<link rel="alternate" href="https://nafnlj.github.io/nljfeeds/index.html"/>
|
<link rel="alternate" href="https://nafnlj.github.io/nljfeeds/index.html"/>
|
||||||
<link rel="self" href="https://nafnlj.github.io/nljfeeds/feed.atom"/>
|
<link rel="self" href="https://nafnlj.github.io/nljfeeds/feed.atom"/>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[Untitled]]></title>
|
||||||
|
<id>https://linuxrocks.online/@nafnlj/111399062803809661</id>
|
||||||
|
<link href="https://linuxrocks.online/@nafnlj/111399062803809661"/>
|
||||||
|
<updated>2023-11-12T18:46:41.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[Re-printing "Pumpkin Pie," a seasonal early 20th century children's poem by Mary Mapes Dodge.
|
||||||
|
https://thenewleafjournal.com/pumpkin-pie-a-childrens-poem-by-mary-mapes-dodge/
|
||||||
|
#poem #poetry #pumpkin #pumpkinpie #autumn #thanksgiving]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>N.A. Ferrell</name>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[“I Voted” Sticker Appears in Pocket]]></title>
|
<title type="html"><![CDATA[“I Voted” Sticker Appears in Pocket]]></title>
|
||||||
<id>https://thenewleafjournal.com/?p=21553</id>
|
<id>https://thenewleafjournal.com/?p=21553</id>
|
||||||
|
51
index.html
51
index.html
@ -15,6 +15,53 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- %after-body-begin.html% -->
|
<!-- %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-11-12 datetime="2023-11-12T18:46:41.000Z">2023-11-12</time>
|
||||||
|
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-11-12 datetime="2023-11-12T18:46:41.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/111399062803809661"
|
||||||
|
open
|
||||||
|
>
|
||||||
|
<summary class="article-expander__title">Untitled</summary>
|
||||||
|
<a class="article-summary-link article-summary-box-outer" href="https://linuxrocks.online/@nafnlj/111399062803809661">
|
||||||
|
<div class="article-summary-box-inner media-object">
|
||||||
|
<span class="media-object__text">
|
||||||
|
<span>Re-printing "Pumpkin Pie," a seasonal early 20th century children's poem by Mary Mapes Dodge.
|
||||||
|
https://thenewleafjournal.com/pumpkin-pie-a-childrens-poem-by-mary-mapes-dodge/
|
||||||
|
#poem #poetry #pumpkin #pumpkinpie #autumn #thanksgiving</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</details>
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
<section class="daily-content js-toggle-accordions-scope">
|
<section class="daily-content js-toggle-accordions-scope">
|
||||||
<h2 class="daily-heading">
|
<h2 class="daily-heading">
|
||||||
<button
|
<button
|
||||||
@ -1485,8 +1532,8 @@ Citizenship Rules for Running for President of Egypt (I examine how Egypt handle
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6841156283">
|
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6842856529">
|
||||||
<time id="build-timestamp" datetime="2023-11-12T14:08:59.025Z">2023-11-12T14:08:59.025Z</time>
|
<time id="build-timestamp" datetime="2023-11-12T20:10:30.511Z">2023-11-12T20:10:30.511Z</time>
|
||||||
</a>
|
</a>
|
||||||
<a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.15.1</a>
|
<a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.15.1</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user