From 9cca98f914b7cb5a44a03590d3d1e8f715f68ec3 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Mon, 16 Oct 2023 13:40:07 -0400
Subject: [PATCH] Added section descriptions

---
 content/news/_index.md     | 6 ++++++
 content/projects/_index.md | 6 ++++++
 content/resource/_index.md | 6 ++++++
 3 files changed, 18 insertions(+)
 create mode 100644 content/news/_index.md
 create mode 100644 content/projects/_index.md
 create mode 100644 content/resource/_index.md

diff --git a/content/news/_index.md b/content/news/_index.md
new file mode 100644
index 000000000..57972e5f8
--- /dev/null
+++ b/content/news/_index.md
@@ -0,0 +1,6 @@
+---
+title: News
+description: For current events in FLEAR and its projects. You can follow this page on the fediverse at @flear@flear.org.
+weight: 1000
+draft: false
+---
diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 000000000..8f56cca74
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,6 @@
+---
+title: Projects
+description: Open source projects past of our incubator for Ham Radio.
+weight: 1010
+draft: false
+---
diff --git a/content/resource/_index.md b/content/resource/_index.md
new file mode 100644
index 000000000..33290ca8f
--- /dev/null
+++ b/content/resource/_index.md
@@ -0,0 +1,6 @@
+---
+title: Resources
+description: Services, assistance, information, and other resources to assist the FLOSS Ham community.
+weight: 1030
+draft: false
+---
-- 
GitLab