From a6e6c222e3b23056d2d48f1ce1f6d62b009a88ce Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Tue, 31 Oct 2023 15:00:58 -0400
Subject: [PATCH] feat: remove default author

---
 config.toml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/config.toml b/config.toml
index 1b2b112..ac35f4d 100644
--- a/config.toml
+++ b/config.toml
@@ -42,16 +42,6 @@ pluralizeListTitles = false
   membership_level = "membership_levels"
   participation_level = "participation_levels"
 
-[Author]
-  name = "Eclipse Foundation"
-  website = "https://www.eclipse.org"
-  email = "webdev@eclipse-foundation.org"
-  facebook = "eclipse.org"
-  twitter = "ECDTools"
-  youtube = "EclipseFdn"
-  googleplus = "+Eclipse"
-  linkedin = "company/eclipse-foundation/"
-
 [permalinks]
   news = "/:sections/:year/:month/:day/:slug/"
 
-- 
GitLab