mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-12-22 03:40:00 +00:00
Compare commits
14 Commits
6d4a7549b0
...
d2831c1dd8
Author | SHA1 | Date | |
---|---|---|---|
|
d2831c1dd8 | ||
|
648ca5db58 | ||
|
34b9ff704f | ||
|
a479230a07 | ||
|
08c2f8c773 | ||
|
52f0cf7c10 | ||
|
5d4c4e705d | ||
|
f88ad5cf89 | ||
|
e1a54ef3c9 | ||
|
0ef5c7a9fe | ||
|
c975dc87c5 | ||
|
91c48204d3 | ||
|
bfbf101aa0 | ||
|
6bb2ba6d61 |
31
.github/workflows/update-feed.yaml
vendored
31
.github/workflows/update-feed.yaml
vendored
@ -1,31 +0,0 @@
|
|||||||
name: Build site on schedule or main branch update
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
schedule:
|
|
||||||
# Adjust refresh schedule here. By default, it runs once per day.
|
|
||||||
# Syntax reference: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule
|
|
||||||
# Recommended tool: https://crontab.guru/
|
|
||||||
- cron: "0 14,20 * * *"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Setup Node.js environment
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: "16"
|
|
||||||
- name: Install dependencies
|
|
||||||
run: npm i
|
|
||||||
- name: Build the feed
|
|
||||||
run: npm run build
|
|
||||||
- name: Deploy to GitHub Pages
|
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
publish_dir: ./public
|
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
[Read about the project on *The New Leaf Journal*](https://thenewleafjournal.com/introducing-our-osmosfeed-aggregator/).
|
[Read about the project on *The New Leaf Journal*](https://thenewleafjournal.com/introducing-our-osmosfeed-aggregator/).
|
||||||
|
|
||||||
This is the repository for New Leaf Journal Feeds. The site, powered by Osmofeed, aggregates RSS feeds from [*The New Leaf Journal*](https://thenewleafjournal.com) and other sites and presences run by New Leaf Journal authors and contributors. You can bookmark it to stay abreast of our latest content. You can also find an up-to-date list of *New Leaf Journal* feeds and options for more granular site feeds on [our website](https://thenewleafjournal.com/new-leaf-journal-feeds/). If you want to add any of the feeds to your feed reader, see the [osmofeed.yaml](https://github.com/nafnlj/nlj-feeds/blob/main/osmosfeed.yaml) file in this repository. If you want to make your own GitHub Pages-powered feed reader, see [Osmocraft's Osmofeed repository](https://github.com/osmoscraft/osmosfeed).
|
I am closing the this version of the *New Leaf Journal Feeds* site. I will look to bring it back in a different form in the future.
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
cacheUrl: https://nafnlj.github.io/nljfeeds/cache.json
|
cacheUrl: https://nafnlj.github.io/nljfeeds/cache.json
|
||||||
sources:
|
sources:
|
||||||
- href: https://github.com/nafnlj/nljfeeds/commits/main.atom
|
|
||||||
- href: https://thenewleafjournal.com/author/naferrell/feed
|
- href: https://thenewleafjournal.com/author/naferrell/feed
|
||||||
- href: https://thenewleafjournal.com/author/victorvgurbo/feed
|
- href: https://thenewleafjournal.com/author/victorvgurbo/feed
|
||||||
- href: https://thenewleafjournal.com/leaf/feed
|
- href: https://thenewleafjournal.com/leaf/feed
|
||||||
|
Loading…
Reference in New Issue
Block a user