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
023838f325
commit
23a9d50459
10
cache.json
10
cache.json
@ -213,6 +213,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=703",
|
||||||
|
"author": "Nicholas A. Ferrell",
|
||||||
|
"description": "I had been using Tree Style Tab for side-tabs on Firefox along with a userChrome.css file to remove the top bar. I was surprised to find when I opened Firefox this morning that Tree Style Tabs was not working. Instead of checking its GitHub repository, where I would have found the issue, I tried to […]",
|
||||||
|
"link": "https://social.emucafe.org/naferrell/tree-style-tabs-issue/",
|
||||||
|
"publishedOn": "2024-01-30T21:39:57.000Z",
|
||||||
|
"wordCount": null,
|
||||||
|
"title": "Tree Style Tab Issue",
|
||||||
|
"imageUrl": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "https://social.emucafe.org/?p=700",
|
"id": "https://social.emucafe.org/?p=700",
|
||||||
"author": "Nicholas A. Ferrell",
|
"author": "Nicholas A. Ferrell",
|
||||||
|
12
feed.atom
12
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>2024-01-30T20:10:41.767Z</updated>
|
<updated>2024-01-31T14:09:47.297Z</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[Tree Style Tab Issue]]></title>
|
||||||
|
<id>https://social.emucafe.org/?p=703</id>
|
||||||
|
<link href="https://social.emucafe.org/naferrell/tree-style-tabs-issue/"/>
|
||||||
|
<updated>2024-01-30T21:39:57.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[I had been using Tree Style Tab for side-tabs on Firefox along with a userChrome.css file to remove the top bar. I was surprised to find when I opened Firefox this morning that Tree Style Tabs was not working. Instead of checking its GitHub repository, where I would have found the issue, I tried to […]]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Nicholas A. Ferrell</name>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Untitled]]></title>
|
<title type="html"><![CDATA[Untitled]]></title>
|
||||||
<id>https://linuxrocks.online/@nafnlj/111845627051408954</id>
|
<id>https://linuxrocks.online/@nafnlj/111845627051408954</id>
|
||||||
|
39
index.html
39
index.html
@ -22,11 +22,42 @@
|
|||||||
data-action="toggle-accordions"
|
data-action="toggle-accordions"
|
||||||
title="Click to toggle the day, Ctrl + click to toggle all."
|
title="Click to toggle the day, Ctrl + click to toggle all."
|
||||||
>
|
>
|
||||||
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2024-01-30 datetime="2024-01-30T15:33:50.000Z">2024-01-30</time>
|
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2024-01-30 datetime="2024-01-30T21:39:57.000Z">2024-01-30</time>
|
||||||
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2024-01-30 datetime="2024-01-30T15:33:50.000Z"></time>
|
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2024-01-30 datetime="2024-01-30T21:39:57.000Z"></time>
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<ul class="sources card">
|
<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=703"
|
||||||
|
open
|
||||||
|
>
|
||||||
|
<summary class="article-expander__title">Tree Style Tab Issue</summary>
|
||||||
|
<a class="article-summary-link article-summary-box-outer" href="https://social.emucafe.org/naferrell/tree-style-tabs-issue/">
|
||||||
|
<div class="article-summary-box-inner media-object">
|
||||||
|
<span class="media-object__text">
|
||||||
|
<span>I had been using Tree Style Tab for side-tabs on Firefox along with a userChrome.css file to remove the top bar. I was surprised to find when I opened Firefox this morning that Tree Style Tabs was not working. Instead of checking its GitHub repository, where I would have found the issue, I tried to […]</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</details>
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
</li>
|
||||||
<li class="card__section">
|
<li class="card__section">
|
||||||
<section class="js-toggle-accordions-scope">
|
<section class="js-toggle-accordions-scope">
|
||||||
<h3 class="source-heading">
|
<h3 class="source-heading">
|
||||||
@ -1995,8 +2026,8 @@ https://thenewleafjournal.com/new-leaf-journal-year-in-review-2023/
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/7716874755">
|
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/7727314495">
|
||||||
<time id="build-timestamp" datetime="2024-01-30T20:10:41.748Z">2024-01-30T20:10:41.748Z</time>
|
<time id="build-timestamp" datetime="2024-01-31T14:09:47.278Z">2024-01-31T14:09:47.278Z</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