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