mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-12-22 19:50:06 +00:00
deploy: ca14256af5
This commit is contained in:
parent
644de32777
commit
99afd0139b
20
cache.json
20
cache.json
@ -265,6 +265,16 @@
|
|||||||
"feedUrl": "https://social.emucafe.org/feed",
|
"feedUrl": "https://social.emucafe.org/feed",
|
||||||
"siteUrl": "https://social.emucafe.org",
|
"siteUrl": "https://social.emucafe.org",
|
||||||
"articles": [
|
"articles": [
|
||||||
|
{
|
||||||
|
"id": "https://social.emucafe.org/?p=464",
|
||||||
|
"author": "Nicholas A. Ferrell",
|
||||||
|
"description": "Hackaday published an article titled Spuds Lend A Hand In The Darkroom. I have no experiences with darkrooms, much less potatoes in darkrooms. Thus, I cannot comment on the utility of the potato-darkroom recipes referenced in the article. However, if your potato has reached the stage where it is growing hands, it is much more […]",
|
||||||
|
"link": "https://social.emucafe.org/naferrell/potato-darkroom/",
|
||||||
|
"publishedOn": "2023-10-07T13:45:37.000Z",
|
||||||
|
"wordCount": null,
|
||||||
|
"title": "Potatoes and Darkrooms",
|
||||||
|
"imageUrl": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "https://social.emucafe.org/?p=456",
|
"id": "https://social.emucafe.org/?p=456",
|
||||||
"author": "Nicholas A. Ferrell",
|
"author": "Nicholas A. Ferrell",
|
||||||
@ -354,16 +364,6 @@
|
|||||||
"wordCount": null,
|
"wordCount": null,
|
||||||
"title": "[Note] I had a long day of working on the site. On the down side…",
|
"title": "[Note] I had a long day of working on the site. On the down side…",
|
||||||
"imageUrl": null
|
"imageUrl": null
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "https://social.emucafe.org/naferrell/336/",
|
|
||||||
"author": "Nicholas A. Ferrell",
|
|
||||||
"description": "@nafnlj Working on some technical issues… Test.",
|
|
||||||
"link": "https://social.emucafe.org/naferrell/336/",
|
|
||||||
"publishedOn": "2023-09-07T17:23:52.000Z",
|
|
||||||
"wordCount": null,
|
|
||||||
"title": "Test",
|
|
||||||
"imageUrl": null
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
22
feed.atom
22
feed.atom
@ -2,10 +2,20 @@
|
|||||||
<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-10-06T20:11:14.069Z</updated>
|
<updated>2023-10-07T14:08:28.599Z</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[Potatoes and Darkrooms]]></title>
|
||||||
|
<id>https://social.emucafe.org/?p=464</id>
|
||||||
|
<link href="https://social.emucafe.org/naferrell/potato-darkroom/"/>
|
||||||
|
<updated>2023-10-07T13:45:37.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[Hackaday published an article titled Spuds Lend A Hand In The Darkroom. I have no experiences with darkrooms, much less potatoes in darkrooms. Thus, I cannot comment on the utility of the potato-darkroom recipes referenced in the article. However, if your potato has reached the stage where it is growing hands, it is much more […]]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Nicholas A. Ferrell</name>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Productivity to Secure Downtime]]></title>
|
<title type="html"><![CDATA[Productivity to Secure Downtime]]></title>
|
||||||
<id>https://thenewleafjournal.com/?p=21465</id>
|
<id>https://thenewleafjournal.com/?p=21465</id>
|
||||||
@ -744,14 +754,4 @@ Recording a Test New Leaf Journal Pokémon Sword and Shield…]]></summary>
|
|||||||
<name>Nicholas A. Ferrell</name>
|
<name>Nicholas A. Ferrell</name>
|
||||||
</author>
|
</author>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Test]]></title>
|
|
||||||
<id>https://social.emucafe.org/naferrell/336/</id>
|
|
||||||
<link href="https://social.emucafe.org/naferrell/336/"/>
|
|
||||||
<updated>2023-09-07T17:23:52.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[@nafnlj Working on some technical issues… Test.]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Nicholas A. Ferrell</name>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
</feed>
|
</feed>
|
66
index.html
66
index.html
@ -15,6 +15,51 @@
|
|||||||
|
|
||||||
<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-10-07 datetime="2023-10-07T13:45:37.000Z">2023-10-07</time>
|
||||||
|
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-10-07 datetime="2023-10-07T13:45:37.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."
|
||||||
|
>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=464"
|
||||||
|
open
|
||||||
|
>
|
||||||
|
<summary class="article-expander__title">Potatoes and Darkrooms</summary>
|
||||||
|
<a class="article-summary-link article-summary-box-outer" href="https://social.emucafe.org/naferrell/potato-darkroom/">
|
||||||
|
<div class="article-summary-box-inner media-object">
|
||||||
|
<span class="media-object__text">
|
||||||
|
<span>Hackaday published an article titled Spuds Lend A Hand In The Darkroom. I have no experiences with darkrooms, much less potatoes in darkrooms. Thus, I cannot comment on the utility of the potato-darkroom recipes referenced in the article. However, if your potato has reached the stage where it is growing hands, it is much more […]</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
|
||||||
@ -2067,23 +2112,6 @@ Recording a Test New Leaf Journal Pokémon Sword and Shield…</span>
|
|||||||
</a>
|
</a>
|
||||||
</details>
|
</details>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
|
||||||
<details
|
|
||||||
class="article-expander"
|
|
||||||
data-action="toggle-native-accordion"
|
|
||||||
data-accordion-key="https://social.emucafe.org/naferrell/336/"
|
|
||||||
open
|
|
||||||
>
|
|
||||||
<summary class="article-expander__title">Test</summary>
|
|
||||||
<a class="article-summary-link article-summary-box-outer" href="https://social.emucafe.org/naferrell/336/">
|
|
||||||
<div class="article-summary-box-inner media-object">
|
|
||||||
<span class="media-object__text">
|
|
||||||
<span>@nafnlj Working on some technical issues… Test.</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</details>
|
|
||||||
</article>
|
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</li>
|
</li>
|
||||||
@ -2091,8 +2119,8 @@ Recording a Test New Leaf Journal Pokémon Sword and Shield…</span>
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6436043038">
|
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6441650426">
|
||||||
<time id="build-timestamp" datetime="2023-10-06T20:11:14.046Z">2023-10-06T20:11:14.046Z</time>
|
<time id="build-timestamp" datetime="2023-10-07T14:08:28.576Z">2023-10-07T14:08:28.576Z</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