From 4441e263d04514cc5e46e27b8337c3949d714f91 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Mon, 2 Apr 2018 03:18:01 +0300 Subject: [PATCH] Add new Pleroma article --- source/_data/worldi18n.json | 4 ++++ source/_posts/gopher-in-pleroma.md | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 source/_posts/gopher-in-pleroma.md diff --git a/source/_data/worldi18n.json b/source/_data/worldi18n.json index fca6d7c..1ea583c 100644 --- a/source/_data/worldi18n.json +++ b/source/_data/worldi18n.json @@ -160,6 +160,10 @@ { "title": "ActivityPub in Pleroma", "url": "https://blog.soykaf.com/post/activity-pub-in-pleroma" + }, + { + "title": "Gopher Support in Pleroma", + "url": "https://blog.soykaf.com/post/gopher-support-in-pleroma" } ] }, diff --git a/source/_posts/gopher-in-pleroma.md b/source/_posts/gopher-in-pleroma.md new file mode 100644 index 0000000..9c0d2bf --- /dev/null +++ b/source/_posts/gopher-in-pleroma.md @@ -0,0 +1,15 @@ + +--- +layout: "post" +title: "Gopher Support in Pleroma" +date: 2018-04-02 +tags: + - pleroma +preview: "Pleroma is a high-performance and low-resource server meant to run even on small devices like Raspberry Pi. Now it supports Gopher!" +url: "https://blog.soykaf.com/post/gopher-support-in-pleroma" +lang: en +image: "" +--- + +As you may know, Pleroma is a high-performance and low-resource server meant to run even on small devices like Raspberry Pi. And now it supports Gopher protocol. Simplicity is perfection. +Read the announcement [here](https://blog.soykaf.com/post/gopher-support-in-pleroma).