diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-20 02:48:14 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-20 02:48:14 +0100 |
| commit | 77674b08ab8c54d569159df66f0d8eb352f78dcd (patch) | |
| tree | 3fd88775f30db80075a4c7fb9dbd0cc77e5fdf3a | |
| parent | 77915785171c67fdfcdfdd953c7edb6e1c39cc82 (diff) | |
| download | mitjafelicijan.com-77674b08ab8c54d569159df66f0d8eb352f78dcd.tar.gz | |
Added newsboat RSS subscriptions
| -rw-r--r-- | Makefile | 5 | ||||
| -rw-r--r-- | _layouts/base.html | 1 | ||||
| -rw-r--r-- | assets/urls.txt | 42 |
3 files changed, 47 insertions, 1 deletions
| @@ -2,7 +2,10 @@ MAKEFLAGS+=-j3 | |||
| 2 | 2 | ||
| 3 | dev: watch server | 3 | dev: watch server |
| 4 | 4 | ||
| 5 | build: webring vault | 5 | build: newsboat webring vault |
| 6 | |||
| 7 | newsboat: | ||
| 8 | cp ~/.newsboat/urls assets/urls.txt | ||
| 6 | 9 | ||
| 7 | webring: | 10 | webring: |
| 8 | ruby bin/webring.rb | 11 | ruby bin/webring.rb |
diff --git a/_layouts/base.html b/_layouts/base.html index cf4dc27..a4d316e 100644 --- a/_layouts/base.html +++ b/_layouts/base.html | |||
| @@ -227,6 +227,7 @@ | |||
| 227 | <a href="/vault.html">Vault</a> | 227 | <a href="/vault.html">Vault</a> |
| 228 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> | 228 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> |
| 229 | <a href="/assets/mitjafelicijan.pgp.pub.txt" target="_blank" class="hob">PGP</a> | 229 | <a href="/assets/mitjafelicijan.pgp.pub.txt" target="_blank" class="hob">PGP</a> |
| 230 | <a href="/assets/urls.txt" target="_blank" class="hob">Newsboat</a> | ||
| 230 | <a href="/curriculum-vitae.html">CV</a> | 231 | <a href="/curriculum-vitae.html">CV</a> |
| 231 | <a href="/feed.xml" target="_blank" class="hob">RSS</a> | 232 | <a href="/feed.xml" target="_blank" class="hob">RSS</a> |
| 232 | </nav> | 233 | </nav> |
diff --git a/assets/urls.txt b/assets/urls.txt new file mode 100644 index 0000000..1146d99 --- /dev/null +++ b/assets/urls.txt | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | # Videos | ||
| 2 | https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg Videos | ||
| 3 | https://www.youtube.com/feeds/videos.xml?channel_id=UCUzQJ3JBuQ9w-po4TXRJHiA Videos | ||
| 4 | https://www.youtube.com/feeds/videos.xml?channel_id=UCUyeluBRhGPCW4rPe_UvBZQ Videos | ||
| 5 | https://www.youtube.com/feeds/videos.xml?channel_id=UCS0N5baNlQWJCUrhCEo8WlA Videos | ||
| 6 | https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA Videos | ||
| 7 | |||
| 8 | # Announcements | ||
| 9 | https://harelang.org/index.xml Announcements | ||
| 10 | https://emacsredux.com/atom.xml Announcements | ||
| 11 | https://crawl.develz.org/wordpress/feed Announcements | ||
| 12 | |||
| 13 | # Comics | ||
| 14 | https://workchronicles.com/feed/ Comics | ||
| 15 | https://www.monkeyuser.com/index.xml Comics | ||
| 16 | https://turnoff.us/feed.xml Comics | ||
| 17 | |||
| 18 | # Blogs | ||
| 19 | https://www.andreinc.net/feed.xml Blogs | ||
| 20 | https://blog.regehr.org/feed Blogs | ||
| 21 | https://szymonkaliski.com/feed.xml Blogs | ||
| 22 | https://world.hey.com/dhh/feed.atom Blogs | ||
| 23 | https://mitchellh.com/feed.xml Blogs | ||
| 24 | https://matt-rickard.com/rss Blogs | ||
| 25 | https://solar.lowtechmagazine.com/posts/index.xml Blogs | ||
| 26 | https://utcc.utoronto.ca/~cks/space/blog/?atom Blogs | ||
| 27 | https://neil.computer/rss/ Blogs | ||
| 28 | https://matduggan.com/rss/ Blogs | ||
| 29 | https://michael.stapelberg.ch/feed.xml Blogs | ||
| 30 | https://offbeatpursuit.com/blog/index.rss Blogs "~Offbeatpursuit - Blog" | ||
| 31 | https://offbeatpursuit.com/paste/index.rss Blogs "~Offbeatpursuit - Paste" | ||
| 32 | https://offbeatpursuit.com/notes/index.rss Blogs "~Offbeatpursuit - Notes" | ||
| 33 | https://journal.valeriansaliou.name/rss/ Blogs | ||
| 34 | https://www.taniarascia.com/rss.xml Blogs | ||
| 35 | https://snarky.ca/rss/ Blogs | ||
| 36 | https://www.jeffgeerling.com/blog.xml Blogs | ||
| 37 | https://serokell.io/blog.rss.xml Blogs | ||
| 38 | https://www.duskborn.com/index.xml Blogs | ||
| 39 | https://mirzapandzo.com/rss.xml Blogs | ||
| 40 | https://mitjafelicijan.com/feed.xml Blogs | ||
| 41 | https://blog.boot.dev/index.xml Blogs | ||
| 42 | |||
