mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-12 21:07:54 +00:00
deploy: 6be8842d43
This commit is contained in:
parent
7c53bb0207
commit
39a6c642b1
20
cache.json
20
cache.json
@ -229,6 +229,16 @@
|
||||
"feedUrl": "https://thenewleafjournal.com/leaf/feed",
|
||||
"siteUrl": "https://thenewleafjournal.com",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://thenewleafjournal.com/?post_type=leaf&p=20519",
|
||||
"author": "Nicholas A. Ferrell",
|
||||
"description": "We use the Webmention plugin for WordPress to accept and send Webmentions. This is why I took the time to figure […]\nPossibly related posts...\n\nReviewing Koko Analytics: A Simple Privacy-Friendly…\nRemoving pages from Yandex Turbo\nFixing a WP Custom Post Type Permalink Error\nUpgrading WP Search With Relevanssi\nImplementing Article Series With WP Post Series\nUsing Nostr Verify for WordPress NIP-05\nMoving a WordPress Site With UpdraftPlus Free\nKeeping WP Comment Blacklist Up to Date\nIndieWeb Standards, RSS, and Atom",
|
||||
"link": "https://thenewleafjournal.com/leaf/wordpress-webmention-plugin-discovery/",
|
||||
"publishedOn": "2023-06-13T14:00:00.000Z",
|
||||
"wordCount": 1682,
|
||||
"title": "WordPress Webmention Plugin Discovery",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://thenewleafjournal.com/?post_type=leaf&p=20507",
|
||||
"author": "Nicholas A. Ferrell",
|
||||
@ -889,6 +899,16 @@
|
||||
"feedUrl": "https://hypothes.is/stream.atom?user=nafnlj",
|
||||
"siteUrl": "https://hypothes.is/stream",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://hypothes.is/a/-vKnUgn7Ee6cELdc4l6Jpg",
|
||||
"author": null,
|
||||
"description": "Jokic joins Antetokounmpo, Dirk Nowitzki, Tony Parker, Tim Duncan and Hakeem Olajuwon as the only players born overseas to take home the Finals award.\nTim Duncan was born in the U.S. Virgin Islands, so I am not sure how \"overseas\" is being defined here.",
|
||||
"link": "https://hypothes.is/a/-vKnUgn7Ee6cELdc4l6Jpg",
|
||||
"publishedOn": "2023-06-13T15:07:13.353Z",
|
||||
"wordCount": 18,
|
||||
"title": "Jokic in 'legendary category' after Finals MVP run",
|
||||
"imageUrl": "/assets/images/share-image.png"
|
||||
},
|
||||
{
|
||||
"id": "https://hypothes.is/a/tysl9gZCEe6vbPNYOKqHug",
|
||||
"author": null,
|
||||
|
34
feed.atom
34
feed.atom
@ -2,10 +2,42 @@
|
||||
<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-06-13T13:18:14.356Z</updated>
|
||||
<updated>2023-06-13T18:18:09.713Z</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[Jokic in 'legendary category' after Finals MVP run]]></title>
|
||||
<id>https://hypothes.is/a/-vKnUgn7Ee6cELdc4l6Jpg</id>
|
||||
<link href="https://hypothes.is/a/-vKnUgn7Ee6cELdc4l6Jpg"/>
|
||||
<updated>2023-06-13T15:07:13.353Z</updated>
|
||||
<summary type="html"><![CDATA[Jokic joins Antetokounmpo, Dirk Nowitzki, Tony Parker, Tim Duncan and Hakeem Olajuwon as the only players born overseas to take home the Finals award.
|
||||
Tim Duncan was born in the U.S. Virgin Islands, so I am not sure how "overseas" is being defined here.]]></summary>
|
||||
<author>
|
||||
<name>Hypothesis Stream</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[WordPress Webmention Plugin Discovery]]></title>
|
||||
<id>https://thenewleafjournal.com/?post_type=leaf&p=20519</id>
|
||||
<link href="https://thenewleafjournal.com/leaf/wordpress-webmention-plugin-discovery/"/>
|
||||
<updated>2023-06-13T14:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[We use the Webmention plugin for WordPress to accept and send Webmentions. This is why I took the time to figure […]
|
||||
Possibly related posts...
|
||||
|
||||
Reviewing Koko Analytics: A Simple Privacy-Friendly…
|
||||
Removing pages from Yandex Turbo
|
||||
Fixing a WP Custom Post Type Permalink Error
|
||||
Upgrading WP Search With Relevanssi
|
||||
Implementing Article Series With WP Post Series
|
||||
Using Nostr Verify for WordPress NIP-05
|
||||
Moving a WordPress Site With UpdraftPlus Free
|
||||
Keeping WP Comment Blacklist Up to Date
|
||||
IndieWeb Standards, RSS, and Atom]]></summary>
|
||||
<author>
|
||||
<name>Nicholas A. Ferrell</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Keeping WP Comment Blacklist Up to Date]]></title>
|
||||
<id>https://thenewleafjournal.com/?p=20509</id>
|
||||
|
95
index.html
95
index.html
@ -15,6 +15,97 @@
|
||||
|
||||
<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-06-13 datetime="2023-06-13T15:07:13.353Z">2023-06-13</time>
|
||||
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-06-13 datetime="2023-06-13T15:07:13.353Z"></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."
|
||||
>Hypothesis Stream</button>
|
||||
<a class="source-heading__link" href="https://hypothes.is/stream">Open</a>
|
||||
</h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details
|
||||
class="article-expander"
|
||||
data-action="toggle-native-accordion"
|
||||
data-accordion-key="https://hypothes.is/a/-vKnUgn7Ee6cELdc4l6Jpg"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">Jokic in 'legendary category' after Finals MVP run</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://hypothes.is/a/-vKnUgn7Ee6cELdc4l6Jpg">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<img src="/assets/images/share-image.png" loading="lazy" class="media-object__media article-image" />
|
||||
<span class="media-object__text">
|
||||
<span>Jokic joins Antetokounmpo, Dirk Nowitzki, Tony Parker, Tim Duncan and Hakeem Olajuwon as the only players born overseas to take home the Finals award.
|
||||
Tim Duncan was born in the U.S. Virgin Islands, so I am not sure how "overseas" is being defined here.</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."
|
||||
>Leaflets | The New Leaf Journal</button>
|
||||
<a class="source-heading__link" href="https://thenewleafjournal.com">Open</a>
|
||||
</h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details
|
||||
class="article-expander"
|
||||
data-action="toggle-native-accordion"
|
||||
data-accordion-key="https://thenewleafjournal.com/?post_type=leaf&p=20519"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">WordPress Webmention Plugin Discovery</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://thenewleafjournal.com/leaf/wordpress-webmention-plugin-discovery/">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>We use the Webmention plugin for WordPress to accept and send Webmentions. This is why I took the time to figure […]
|
||||
Possibly related posts...
|
||||
|
||||
Reviewing Koko Analytics: A Simple Privacy-Friendly…
|
||||
Removing pages from Yandex Turbo
|
||||
Fixing a WP Custom Post Type Permalink Error
|
||||
Upgrading WP Search With Relevanssi
|
||||
Implementing Article Series With WP Post Series
|
||||
Using Nostr Verify for WordPress NIP-05
|
||||
Moving a WordPress Site With UpdraftPlus Free
|
||||
Keeping WP Comment Blacklist Up to Date
|
||||
IndieWeb Standards, RSS, and Atom</span>
|
||||
 <span class="article-reading-time">( 6
|
||||
min )</span>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content js-toggle-accordions-scope">
|
||||
<h2 class="daily-heading">
|
||||
<button
|
||||
@ -4184,8 +4275,8 @@ Using Web Archives To Get Around CAPTCHAs</span>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/5255972837">
|
||||
<time id="build-timestamp" datetime="2023-06-13T13:18:14.317Z">2023-06-13T13:18:14.317Z</time>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/5259029375">
|
||||
<time id="build-timestamp" datetime="2023-06-13T18:18:09.678Z">2023-06-13T18:18:09.678Z</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