mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-12 21:07:54 +00:00
deploy: 7121e64e16
This commit is contained in:
parent
afb0457ae1
commit
069cd18410
20
cache.json
20
cache.json
@ -128,6 +128,16 @@
|
||||
"feedUrl": "https://thenewleafjournal.com/leaf/feed",
|
||||
"siteUrl": "https://thenewleafjournal.com",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://thenewleafjournal.com/?post_type=leaf&p=21131",
|
||||
"author": "Nicholas A. Ferrell",
|
||||
"description": "I decided to try removing the right widget area and using the full screen. Mobile users should not experience too much […]\nPossibly related posts...\n\nThe 999 Life of Herman Cain\nBing's and DuckDuckGo's CCP Problem\nStreaming from Android to PocketBook\nio [Christmas Eve] - Visual Novel Review\nThe ideal phone, e-ink and QWERTY\n1883 Opening of the Brooklyn Bridge\nInstalling Ubuntu Touch on a Google Nexus 7 (2013)\nThe New Leaf Journal Celebrates Its First Birthday\nA Christmas Menagerie On a Lawn in Gowanus",
|
||||
"link": "https://thenewleafjournal.com/leaf/simplified-new-leaf-journal-display/",
|
||||
"publishedOn": "2023-09-03T20:06:41.000Z",
|
||||
"wordCount": 1583,
|
||||
"title": "Simplified New Leaf Journal Display",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://thenewleafjournal.com/?post_type=leaf&p=21068",
|
||||
"author": "Nicholas A. Ferrell",
|
||||
@ -520,6 +530,16 @@
|
||||
"feedUrl": "https://memos.emucafe.org/u/2/rss.xml",
|
||||
"siteUrl": "https://memos.emucafe.org",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://memos.emucafe.org/m/31",
|
||||
"author": null,
|
||||
"description": "I tried to set up a mini WordPress site on Pikapods that would be used for social publishing. It was successful at a baseline level but I found that things like setting security headers via .htaccess were not working. There were a few other instances of behavior that I did not like, so I will switch the project over to the NLJ server where I can manage it with Cloudron.\n#wordpress #webhosting",
|
||||
"link": "https://memos.emucafe.org/m/31",
|
||||
"publishedOn": "2023-09-03T19:46:19.000Z",
|
||||
"wordCount": 21,
|
||||
"title": "I tried to set up a mini WordPress site on Pikapods that would be used for social publishing. It was...",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://memos.emucafe.org/m/30",
|
||||
"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-09-03T14:08:32.994Z</updated>
|
||||
<updated>2023-09-03T20:10:06.445Z</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[Simplified New Leaf Journal Display]]></title>
|
||||
<id>https://thenewleafjournal.com/?post_type=leaf&p=21131</id>
|
||||
<link href="https://thenewleafjournal.com/leaf/simplified-new-leaf-journal-display/"/>
|
||||
<updated>2023-09-03T20:06:41.000Z</updated>
|
||||
<summary type="html"><![CDATA[I decided to try removing the right widget area and using the full screen. Mobile users should not experience too much […]
|
||||
Possibly related posts...
|
||||
|
||||
The 999 Life of Herman Cain
|
||||
Bing's and DuckDuckGo's CCP Problem
|
||||
Streaming from Android to PocketBook
|
||||
io [Christmas Eve] - Visual Novel Review
|
||||
The ideal phone, e-ink and QWERTY
|
||||
1883 Opening of the Brooklyn Bridge
|
||||
Installing Ubuntu Touch on a Google Nexus 7 (2013)
|
||||
The New Leaf Journal Celebrates Its First Birthday
|
||||
A Christmas Menagerie On a Lawn in Gowanus]]></summary>
|
||||
<author>
|
||||
<name>Nicholas A. Ferrell</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[I tried to set up a mini WordPress site on Pikapods that would be used for social publishing. It was...]]></title>
|
||||
<id>https://memos.emucafe.org/m/31</id>
|
||||
<link href="https://memos.emucafe.org/m/31"/>
|
||||
<updated>2023-09-03T19:46:19.000Z</updated>
|
||||
<summary type="html"><![CDATA[I tried to set up a mini WordPress site on Pikapods that would be used for social publishing. It was successful at a baseline level but I found that things like setting security headers via .htaccess were not working. There were a few other instances of behavior that I did not like, so I will switch the project over to the NLJ server where I can manage it with Cloudron.
|
||||
#wordpress #webhosting]]></summary>
|
||||
<author>
|
||||
<name>Emu Café Memos</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Two Visual Novel Midsummer Kasumis]]></title>
|
||||
<id>https://thenewleafjournal.com/?p=21122</id>
|
||||
|
94
index.html
94
index.html
@ -15,6 +15,96 @@
|
||||
|
||||
<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-09-03 datetime="2023-09-03T20:06:41.000Z">2023-09-03</time>
|
||||
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-09-03 datetime="2023-09-03T20:06: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."
|
||||
>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=21131"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">Simplified New Leaf Journal Display</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://thenewleafjournal.com/leaf/simplified-new-leaf-journal-display/">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>I decided to try removing the right widget area and using the full screen. Mobile users should not experience too much […]
|
||||
Possibly related posts...
|
||||
|
||||
The 999 Life of Herman Cain
|
||||
Bing's and DuckDuckGo's CCP Problem
|
||||
Streaming from Android to PocketBook
|
||||
io [Christmas Eve] - Visual Novel Review
|
||||
The ideal phone, e-ink and QWERTY
|
||||
1883 Opening of the Brooklyn Bridge
|
||||
Installing Ubuntu Touch on a Google Nexus 7 (2013)
|
||||
The New Leaf Journal Celebrates Its First Birthday
|
||||
A Christmas Menagerie On a Lawn in Gowanus</span>
|
||||
 <span class="article-reading-time">( 5
|
||||
min )</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."
|
||||
>Emu Café Memos</button>
|
||||
<a class="source-heading__link" href="https://memos.emucafe.org">Open</a>
|
||||
</h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details
|
||||
class="article-expander"
|
||||
data-action="toggle-native-accordion"
|
||||
data-accordion-key="https://memos.emucafe.org/m/31"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">I tried to set up a mini WordPress site on Pikapods that would be used for social publishing. It was...</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://memos.emucafe.org/m/31">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>I tried to set up a mini WordPress site on Pikapods that would be used for social publishing. It was successful at a baseline level but I found that things like setting security headers via .htaccess were not working. There were a few other instances of behavior that I did not like, so I will switch the project over to the NLJ server where I can manage it with Cloudron.
|
||||
#wordpress #webhosting</span>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content js-toggle-accordions-scope">
|
||||
<h2 class="daily-heading">
|
||||
<button
|
||||
@ -3200,8 +3290,8 @@ Our Justin and Justina dialogue duo returns…</span>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6064977889">
|
||||
<time id="build-timestamp" datetime="2023-09-03T14:08:32.959Z">2023-09-03T14:08:32.959Z</time>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6066511822">
|
||||
<time id="build-timestamp" datetime="2023-09-03T20:10:06.421Z">2023-09-03T20:10:06.421Z</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