mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-09 20:27:51 +00:00
deploy: 1bea850d39
This commit is contained in:
parent
be9a2dd3f1
commit
c325663299
10
cache.json
10
cache.json
@ -367,6 +367,16 @@
|
||||
"feedUrl": "https://linuxrocks.online/@nafnlj.rss",
|
||||
"siteUrl": "https://linuxrocks.online/@nafnlj",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://linuxrocks.online/@nafnlj/111251833295501684",
|
||||
"author": null,
|
||||
"description": "A comprehensive study of hair color in the English translation of a 2005 freeware Japanese visual novel titled A Dream of Summer (because why not?).\nhttps://thenewleafjournal.com/hair-color-in-a-dream-of-summer/\n(Note that a re-worked browser version of A Dream of Summer is free to play on Freem! in both English and the original Japanese)\n#visualnovels #VisualNovel #videogames #freeware #haircolor",
|
||||
"link": "https://linuxrocks.online/@nafnlj/111251833295501684",
|
||||
"publishedOn": "2023-10-17T18:44:17.000Z",
|
||||
"wordCount": 120,
|
||||
"title": "Untitled",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://linuxrocks.online/@nafnlj/111246020448910050",
|
||||
"author": null,
|
||||
|
15
feed.atom
15
feed.atom
@ -2,10 +2,23 @@
|
||||
<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-17T14:10:06.372Z</updated>
|
||||
<updated>2023-10-17T20:11:33.655Z</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/111251833295501684</id>
|
||||
<link href="https://linuxrocks.online/@nafnlj/111251833295501684"/>
|
||||
<updated>2023-10-17T18:44:17.000Z</updated>
|
||||
<summary type="html"><![CDATA[A comprehensive study of hair color in the English translation of a 2005 freeware Japanese visual novel titled A Dream of Summer (because why not?).
|
||||
https://thenewleafjournal.com/hair-color-in-a-dream-of-summer/
|
||||
(Note that a re-worked browser version of A Dream of Summer is free to play on Freem! in both English and the original Japanese)
|
||||
#visualnovels #VisualNovel #videogames #freeware #haircolor]]></summary>
|
||||
<author>
|
||||
<name>N.A. Ferrell</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Untitled]]></title>
|
||||
<id>https://linuxrocks.online/@nafnlj/111246020448910050</id>
|
||||
|
52
index.html
52
index.html
@ -15,6 +15,54 @@
|
||||
|
||||
<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-17 datetime="2023-10-17T18:44:17.000Z">2023-10-17</time>
|
||||
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-10-17 datetime="2023-10-17T18:44:17.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/111251833295501684"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">Untitled</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://linuxrocks.online/@nafnlj/111251833295501684">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>A comprehensive study of hair color in the English translation of a 2005 freeware Japanese visual novel titled A Dream of Summer (because why not?).
|
||||
https://thenewleafjournal.com/hair-color-in-a-dream-of-summer/
|
||||
(Note that a re-worked browser version of A Dream of Summer is free to play on Freem! in both English and the original Japanese)
|
||||
#visualnovels #VisualNovel #videogames #freeware #haircolor</span>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content js-toggle-accordions-scope">
|
||||
<h2 class="daily-heading">
|
||||
<button
|
||||
@ -1859,8 +1907,8 @@ https://thenewleafjournal.com/broken-optical-audio-cable-door-fix/
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6548425588">
|
||||
<time id="build-timestamp" datetime="2023-10-17T14:10:06.349Z">2023-10-17T14:10:06.349Z</time>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6552304250">
|
||||
<time id="build-timestamp" datetime="2023-10-17T20:11:33.632Z">2023-10-17T20:11:33.632Z</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