From ccf8de792c762dc4f49dc5c0e0c08d9c29ff9127 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Mon, 13 Jul 2026 16:32:20 -0700 Subject: [PATCH] add better seo tags This will add better and more complete SEO tags when the upstream theme [allows integration with the seo-tags gem](https://github.com/crmne/jekyll-vitepress-theme/pull/9) (or we fork it). This will provide nicer social share cards with a little snippet of what each page is about. This is autogenerated by default and can be overridden on a page-by-page basis if needed. This will also improve our search rankings. Depends on: https://github.com/crmne/jekyll-vitepress-theme/pull/9 Signed-off-by: Ben Ford --- Gemfile | 1 + _config.yml | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 409c128db..c5afd2f71 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,7 @@ gem 'rake', '~> 13.0', '>= 13.0.1' group(:build_site) do gem 'jekyll', '~> 4.4' + gem 'jekyll-seo-tag', '~> 2.8' gem 'jekyll-tabs', '~> 1.2' gem 'jekyll-vitepress-theme', '~> 1.4' end diff --git a/_config.yml b/_config.yml index ff07d8dc6..956fc1291 100644 --- a/_config.yml +++ b/_config.yml @@ -8,8 +8,9 @@ timezone: UTC theme: jekyll-vitepress-theme plugins: - - jekyll-vitepress-theme + - jekyll-seo-tag - jekyll-tabs + - jekyll-vitepress-theme markdown: kramdown kramdown: @@ -83,6 +84,10 @@ collections: permalink: '/openvox-containers/latest/:path:output_ext' defaults: + - scope: + path: '' + values: + image: /assets/images/HexagonSticker.png - scope: path: '' type: ecosystem_latest