mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-09 20:27:51 +00:00
deploy: 83be1f70e7
This commit is contained in:
parent
ba5f6547db
commit
620721a572
10
cache.json
10
cache.json
@ -528,6 +528,16 @@
|
||||
"wordCount": null,
|
||||
"title": "Victor V. Gurbo \"Ghost Woman Blues (Home Recording)\"",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://www.youtube.com/watch?v=BWRUlsT3-ww",
|
||||
"author": null,
|
||||
"description": "",
|
||||
"link": "https://www.youtube.com/watch?v=BWRUlsT3-ww",
|
||||
"publishedOn": "2023-10-27T04:00:08.000Z",
|
||||
"wordCount": null,
|
||||
"title": "Victor V. Gurbo \"Black Rider\" Bob Dylan Cover, Official Music Video",
|
||||
"imageUrl": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
11
feed.atom
11
feed.atom
@ -2,7 +2,7 @@
|
||||
<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-11-24T14:10:05.926Z</updated>
|
||||
<updated>2023-11-24T20:11:09.258Z</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"/>
|
||||
@ -628,4 +628,13 @@ Two factors caused a lapse in New Leaf Journal publishing. Firstly, middling hea
|
||||
<name>Victor V. Gurbo</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Victor V. Gurbo "Black Rider" Bob Dylan Cover, Official Music Video]]></title>
|
||||
<id>https://www.youtube.com/watch?v=BWRUlsT3-ww</id>
|
||||
<link href="https://www.youtube.com/watch?v=BWRUlsT3-ww"/>
|
||||
<updated>2023-10-27T04:00:08.000Z</updated>
|
||||
<author>
|
||||
<name>Victor V. Gurbo</name>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
49
index.html
49
index.html
@ -1733,10 +1733,55 @@ Two factors caused a lapse in New Leaf Journal publishing. Firstly, middling hea
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<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-26 datetime="2023-10-27T04:00:08.000Z">2023-10-26</time>
|
||||
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-10-26 datetime="2023-10-27T04:00:08.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."
|
||||
>Victor V. Gurbo</button>
|
||||
<a class="source-heading__link" href="https://www.youtube.com/channel/UCh75kjruoE7BVeRFSGTM7pA">Open</a>
|
||||
</h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details
|
||||
class="article-expander"
|
||||
data-action="toggle-native-accordion"
|
||||
data-accordion-key="https://www.youtube.com/watch?v=BWRUlsT3-ww"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">Victor V. Gurbo "Black Rider" Bob Dylan Cover, Official Music Video</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.youtube.com/watch?v=BWRUlsT3-ww">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>No content preview</span>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6981747683">
|
||||
<time id="build-timestamp" datetime="2023-11-24T14:10:05.908Z">2023-11-24T14:10:05.908Z</time>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/6984510950">
|
||||
<time id="build-timestamp" datetime="2023-11-24T20:11:09.239Z">2023-11-24T20:11:09.239Z</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