From a181759e4a108c35fcf6898abbf17f2a424d85dc Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Mon, 25 Dec 2023 17:17:09 -0500 Subject: rewrite content and config --- content/utilities/_index.md | 5 +++++ content/utilities/freshrss.md | 11 +++++++++++ content/utilities/rssbridge.md | 11 +++++++++++ content/utilities/thelounge.md | 10 ++++++++++ 4 files changed, 37 insertions(+) create mode 100644 content/utilities/_index.md create mode 100644 content/utilities/freshrss.md create mode 100644 content/utilities/rssbridge.md create mode 100644 content/utilities/thelounge.md (limited to 'content/utilities') diff --git a/content/utilities/_index.md b/content/utilities/_index.md new file mode 100644 index 0000000..6b67b40 --- /dev/null +++ b/content/utilities/_index.md @@ -0,0 +1,5 @@ +--- +title: "Hosted Utilities" +--- + +Here are some tools/utilities that I host. diff --git a/content/utilities/freshrss.md b/content/utilities/freshrss.md new file mode 100644 index 0000000..089c487 --- /dev/null +++ b/content/utilities/freshrss.md @@ -0,0 +1,11 @@ +--- +title: 'FreshRSS' +link: "https://jpappel.xyz/freshrss" +site: "https://www.freshrss.org" +summary: "A RSS feed reader and aggregator" +categories: +- "RSS" +github: "https://github.com/FreshRSS/FreshRSS" +--- + +A web client for reading and aggregating RSS feeds. diff --git a/content/utilities/rssbridge.md b/content/utilities/rssbridge.md new file mode 100644 index 0000000..0f71f2b --- /dev/null +++ b/content/utilities/rssbridge.md @@ -0,0 +1,11 @@ +--- +title: "RSS-Bridge" +link: "https://jpappel.xyz/rssbridge" +site: "https://rss-bridge.github.io/rss-bridge" +summary: "A RSS feed generator" +categories: +- "RSS" +github: "https://github.com/RSS-Bridge/rss-bridge" +--- + +Generate feeds for websites without them. diff --git a/content/utilities/thelounge.md b/content/utilities/thelounge.md new file mode 100644 index 0000000..f00bfff --- /dev/null +++ b/content/utilities/thelounge.md @@ -0,0 +1,10 @@ +--- +title: "The Lounge" +link: "https://jpappel.xyz/thelounge" +site: "https://thelounge.chat" +categories: +summary: "Modern self-hosted web IRC client" +github: "https://github.com/thelounge/thelounge" +--- + +A modern self-hosted web IRC client -- cgit v1.2.3