From a1861f51dc3b6217a8f23cd0a5e954fd94487d59 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 25 Apr 2021 12:48:14 -0500 Subject: [PATCH] Add descriptions to pages --- archetypes/default.md | 4 ++++ content/peertube.md | 5 +++++ content/pleroma.md | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/archetypes/default.md b/archetypes/default.md index d3cb10b..b1a6dd7 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,4 +1,8 @@ +++ title = "{{ replace .Name "-" " " | title }}" menu = "main" + +description = """ +Lorem ipsum +""" +++ diff --git a/content/peertube.md b/content/peertube.md index 11b72da..4cb06d6 100644 --- a/content/peertube.md +++ b/content/peertube.md @@ -1,6 +1,11 @@ +++ title = "PeerTube" menu = "main" + +description = """ +PeerTube is a free and decentralized video platform meant as an alternative to +services like YouTube. See the instance running on https://peertube.boba.best +""" +++ ## What is PeerTube? diff --git a/content/pleroma.md b/content/pleroma.md index 5e075f2..35147cc 100644 --- a/content/pleroma.md +++ b/content/pleroma.md @@ -1,6 +1,11 @@ +++ title = "Pleroma" menu = "main" + +description = """ +Pleroma is a decentralized and federated microblogging service (similar to +Twitter). See the instance running on https://pleroma.boba.best +""" +++ ## What is Pleroma?