From 6d2649e07396641cc8335dbb281ae6e8d0b142c6 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Fri, 13 Oct 2023 17:09:40 -0400
Subject: [PATCH] made activity an alternate type

---
 README.md                 | 2 +-
 config/_default/hugo.toml | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index cb93d4bab..d027d4c3f 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Please try again`. If you see it but there are no other errors then it probably
 worked. Check your dashboard at vercel.com and you should see an empty project
 was created.
 
-After it is created you have to first make sure you updated `/clean-build.sh`,
+After it is created you have to first make sure you updated `/clean-build.cjs`,
 if you changed the name or number of any of the sections. If not make that
 change now. Finally go to the settings for the newly created project and in the
 general section add the following as an "override" to the build command:
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 07ee29a1a..441c0e3cf 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -38,7 +38,7 @@ suffixes = ["json"]
 [outputFormats]
 [outputFormats.ACTIVITY]
 mediaType = "application/activity+json"
-notAlternative = true
+notAlternative = false
 baseName = "activity"
 [outputFormats.ACTIVITY_OUTBOX]
 mediaType = "application/activity+json"
@@ -52,12 +52,6 @@ baseName = "manifest"
 mediaType = "application/activity+json"
 notAlternative = false
 baseName = "status"
-#[outputFormats.HTML_STATUS]
-#mediaType = "text/html"
-#notAlternative = true
-#baseName = "index"
-#permalinkable=false
-#noUgly=true
 
 [outputs]
 home = ["HTML", "RSS", "ACTIVITY", "ACTIVITY_OUTBOX", "MANIFEST"]
-- 
GitLab