diff options
Diffstat (limited to 'public/rss/feed.json')
-rw-r--r-- | public/rss/feed.json | 57 |
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 |