From 1386c9eb6e6d372bb778e67b4bbb12222fdecec6 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 15 Jul 2023 13:48:38 +0200 Subject: [PATCH] redo authors Signed-off-by: Matej Focko --- packit.dev/docusaurus.config.js | 2 ++ packit.dev/posts/authors.yml | 1 - packit.dev/weekly/authors.yml | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 packit.dev/posts/authors.yml delete mode 120000 packit.dev/weekly/authors.yml diff --git a/packit.dev/docusaurus.config.js b/packit.dev/docusaurus.config.js index e1501b0be7..106bd050c4 100644 --- a/packit.dev/docusaurus.config.js +++ b/packit.dev/docusaurus.config.js @@ -105,6 +105,7 @@ const config = { id: "posts", routeBasePath: "posts", path: "posts", + authorsMapPath: "../authors.yml", feedOptions: { type: "all", title: "Packit Blog", @@ -119,6 +120,7 @@ const config = { id: "weekly", routeBasePath: "posts/weekly", path: "weekly", + authorsMapPath: "../authors.yml", feedOptions: { type: "all", title: "Packit Weekly", diff --git a/packit.dev/posts/authors.yml b/packit.dev/posts/authors.yml deleted file mode 120000 index 616c5245d4..0000000000 --- a/packit.dev/posts/authors.yml +++ /dev/null @@ -1 +0,0 @@ -../authors.yml \ No newline at end of file diff --git a/packit.dev/weekly/authors.yml b/packit.dev/weekly/authors.yml deleted file mode 120000 index 616c5245d4..0000000000 --- a/packit.dev/weekly/authors.yml +++ /dev/null @@ -1 +0,0 @@ -../authors.yml \ No newline at end of file