From 414e797ff02f61d419f5f3865c6917f5961373f6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 18 Sep 2023 14:55:46 +0000 Subject: [PATCH] mark picture gallery-related tags as related to each other (#155) - Blogging Platforms and Photo and Video Galleries are related to Content Management Systems (CMS) and Static Site Generators which are commonly used for these purposes - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/146 --- tags/content-management-systems-cms.yml | 1 + tags/photo-and-video-galleries.yml | 4 ++++ tags/static-site-generators.yml | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/tags/content-management-systems-cms.yml b/tags/content-management-systems-cms.yml index e79b4fe3c4..8596751ce2 100644 --- a/tags/content-management-systems-cms.yml +++ b/tags/content-management-systems-cms.yml @@ -3,3 +3,4 @@ description: '[Content Management Systems](https://en.wikipedia.org/wiki/Content related_tags: - Blogging Platforms - Static Site Generators + - Photo and Video Galleries diff --git a/tags/photo-and-video-galleries.yml b/tags/photo-and-video-galleries.yml index dea84b7320..a2677377be 100644 --- a/tags/photo-and-video-galleries.yml +++ b/tags/photo-and-video-galleries.yml @@ -1,2 +1,6 @@ name: Photo and Video Galleries description: A [gallery](https://en.wikipedia.org/wiki/Gallery_Software) is software that helps the user publish or share photos, pictures, videos or other digital media. +related_tags: + - Static Site Generators + - Photo and Video Galleries + - Content Management Systems (CMS) diff --git a/tags/static-site-generators.yml b/tags/static-site-generators.yml index 9592f5ca7f..b759a2aa91 100644 --- a/tags/static-site-generators.yml +++ b/tags/static-site-generators.yml @@ -5,3 +5,7 @@ redirect: url: https://staticsitegenerators.net - title: staticgen.com url: https://www.staticgen.com +related_tags: + - Blogging Platforms + - Photo and Video Galleries + - Content Management Systems (CMS)