summaryrefslogtreecommitdiff
path: root/public/rss/feed.json
diff options
context:
space:
mode:
authorMichal Sapka <michal@sapka.me>2022-09-05 22:40:17 +0200
committerMichal Sapka <michal@sapka.me>2022-09-05 22:58:48 +0200
commit9c1cd928f15624b7a03fdbbc4a3c434568a07e48 (patch)
treead11fa6b824ab42b396976a5f25bcfcf36abc2bb /public/rss/feed.json
parent065ebd57cd9da8e9e6c74152f7ab1200d6a6d013 (diff)
feat: add RSS feed
Diffstat (limited to 'public/rss/feed.json')
-rw-r--r--public/rss/feed.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/public/rss/feed.json b/public/rss/feed.json
new file mode 100644
index 00000000..81429569
--- /dev/null
+++ b/public/rss/feed.json
@@ -0,0 +1,57 @@
+{
+ "version": "https://jsonfeed.org/version/1",
+ "title": "Michał's publications",
+ "home_page_url": "https://michal.sapka.pl",
+ "feed_url": "https://michal.sapka.pl/rss/feed.json",
+ "description": "Michał Sapka's recent publications",
+ "author": {
+ "name": "Michał M. Sapka",
+ "url": "https://michal.sapka.pl"
+ },
+ "items": [
+ {
+ "id": "https://medium.com/@msapka/buffers-splits-and-tabs-in-vim-5bb3b6dc1c19",
+ "content_html": "",
+ "url": "https://medium.com/@msapka/buffers-splits-and-tabs-in-vim-5bb3b6dc1c19",
+ "title": "Buffers, splits and tabs in Vim",
+ "date_modified": "2022-08-17T22:00:00.000Z",
+ "author": {
+ "name": "Michał M. Sapka",
+ "url": "https://michal.sapka.pl"
+ }
+ },
+ {
+ "id": "https://medium.com/@msapka/a-month-with-a-disgusting-thinkpad-936e7c675a74",
+ "content_html": "",
+ "url": "https://medium.com/@msapka/a-month-with-a-disgusting-thinkpad-936e7c675a74",
+ "title": "A month with a disgusting ThinkPad",
+ "date_modified": "2022-08-07T22:00:00.000Z",
+ "author": {
+ "name": "Michał M. Sapka",
+ "url": "https://michal.sapka.pl"
+ }
+ },
+ {
+ "id": "https://medium.com/@msapka/managing-dotfiles-with-gnu-stow-72b4e3bb9434",
+ "content_html": "",
+ "url": "https://medium.com/@msapka/managing-dotfiles-with-gnu-stow-72b4e3bb9434",
+ "title": "Managing dotfiles with GNU Stow",
+ "date_modified": "2022-08-04T22:00:00.000Z",
+ "author": {
+ "name": "Michał M. Sapka",
+ "url": "https://michal.sapka.pl"
+ }
+ },
+ {
+ "id": "https://medium.com/@msapka/adding-dynamic-dns-to-my-home-server-d05bf65358cc",
+ "content_html": "",
+ "url": "https://medium.com/@msapka/adding-dynamic-dns-to-my-home-server-d05bf65358cc",
+ "title": "Adding dynamic DNS to my home server",
+ "date_modified": "2022-08-03T22:00:00.000Z",
+ "author": {
+ "name": "Michał M. Sapka",
+ "url": "https://michal.sapka.pl"
+ }
+ }
+ ]
+} \ No newline at end of file