From 3dc449d24837670b651be2503c980d4a874ffb5e Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Wed, 11 Oct 2023 03:39:12 -0400
Subject: [PATCH] Cleaned up the content to be accurate to this site

---
 content/news/2023-10-05-activitypub-support-added.md   |  2 +-
 ...r-goes-live.md => 2023-10-05-fedipage-goes-live.md} |  6 +++---
 content/news/2023-10-08-open-sourcing-this-site.md     |  2 +-
 .../news/2023-10-09-sorry-for-repeat-notifications.md  |  2 +-
 ...10-10-site-hard-coded-variables-now-configurable.md |  7 +------
 content/projects/digipex.md                            |  9 ---------
 content/projects/fedipage.md                           | 10 ++++++++++
 7 files changed, 17 insertions(+), 21 deletions(-)
 rename content/news/{2023-10-05-flear-goes-live.md => 2023-10-05-fedipage-goes-live.md} (53%)
 delete mode 100644 content/projects/digipex.md
 create mode 100644 content/projects/fedipage.md

diff --git a/content/news/2023-10-05-activitypub-support-added.md b/content/news/2023-10-05-activitypub-support-added.md
index edd3eec91..3409aeb16 100644
--- a/content/news/2023-10-05-activitypub-support-added.md
+++ b/content/news/2023-10-05-activitypub-support-added.md
@@ -10,7 +10,7 @@ draft: false
 We have added ActivityPub support for this website!
 
 If you would like to follow this blog from Mastodon or anywhere in the Fediverse
-just follow the handle `@flear@flear.org` and you will get new posts to this
+just follow the handle `@fedipage@fedipage.com` and you will get new posts to this
 site directly in your feed.
 
 In addition if you comment on one of our posts directly from your feed your
diff --git a/content/news/2023-10-05-flear-goes-live.md b/content/news/2023-10-05-fedipage-goes-live.md
similarity index 53%
rename from content/news/2023-10-05-flear-goes-live.md
rename to content/news/2023-10-05-fedipage-goes-live.md
index 44e1759d9..16c3e1190 100644
--- a/content/news/2023-10-05-flear-goes-live.md
+++ b/content/news/2023-10-05-fedipage-goes-live.md
@@ -1,12 +1,12 @@
 ---
-slug: flear-goes-live
+slug: fedipage-goes-live
 date: '2023-10-05T02:44:49'
-title: FLEAR Goes Live
+title: Fedipage Goes Live
 tags:
 - Administration
 draft: false
 ---
 
-FLEAR has officially launched!
+Fedipage has officially launched!
 
 More news to come soon.
diff --git a/content/news/2023-10-08-open-sourcing-this-site.md b/content/news/2023-10-08-open-sourcing-this-site.md
index 4a1a02e61..03dde7099 100644
--- a/content/news/2023-10-08-open-sourcing-this-site.md
+++ b/content/news/2023-10-08-open-sourcing-this-site.md
@@ -1,7 +1,7 @@
 ---
 slug: open-sourcing-this-site
 date: '2023-10-08T20:57:02Z'
-title: Open-sourcing the FLEAR site
+title: Open-sourcing the Fedipage site
 tags:
 - Administration
 draft: false
diff --git a/content/news/2023-10-09-sorry-for-repeat-notifications.md b/content/news/2023-10-09-sorry-for-repeat-notifications.md
index 5b6fba6c0..716ac352b 100644
--- a/content/news/2023-10-09-sorry-for-repeat-notifications.md
+++ b/content/news/2023-10-09-sorry-for-repeat-notifications.md
@@ -7,7 +7,7 @@ tags:
 draft: false
 ---
 
-For those of you following the FLEAR site via ActivityPub/Fediverse we are Sorry
+For those of you following the Fedipage site via ActivityPub/Fediverse we are Sorry
 for the recent flood of repeat notifications. We are working on our AP impementation
 and a bug caused a repeat sending of notifications. It has been fixed and should
 not happen again.
diff --git a/content/news/2023-10-10-site-hard-coded-variables-now-configurable.md b/content/news/2023-10-10-site-hard-coded-variables-now-configurable.md
index 2cff05678..9b66e3b6b 100644
--- a/content/news/2023-10-10-site-hard-coded-variables-now-configurable.md
+++ b/content/news/2023-10-10-site-hard-coded-variables-now-configurable.md
@@ -11,9 +11,4 @@ draft: false
 For those of you using our static site code for your own site, or following the
 progress, this update is for you. We have recently updated the code to move all
 hard-coded references specific to this site out to a configuration file where
-possible. This means we will very soon be moving the repo and starting up a new
-account solely for this sites software (so FLEAR can do what it was supposed to).
-
-Please keep a close eye for our next status update, which hopefully will be to
-announce the new repo and home for this project. In the meantime the code is
-ready for more eyes.
+possible.
diff --git a/content/projects/digipex.md b/content/projects/digipex.md
deleted file mode 100644
index 34426a4ad..000000000
--- a/content/projects/digipex.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-slug: digipex
-date: '2023-10-05T22:36:20.122Z'
-title: "Digipex"
-tags: ['APRS', 'APXP']
-description: "A next-generation APRS suite implementing APXP."
----
-
-Information on the Digipex project comming soon.
diff --git a/content/projects/fedipage.md b/content/projects/fedipage.md
new file mode 100644
index 000000000..5fef55022
--- /dev/null
+++ b/content/projects/fedipage.md
@@ -0,0 +1,10 @@
+---
+slug: fedipage
+date: '2023-10-05T22:36:20.122Z'
+title: "Fedipage"
+tags: ['ActivityPub']
+description: "Hugo based static page genedator and blog with ActivityPub support"
+draft: true
+---
+
+TBD, add an about page for the project
-- 
GitLab