Skip to content

Commit ccf8de7

Browse files
committed
add better seo tags
This will add better and more complete SEO tags when the upstream theme [allows integration with the seo-tags gem](crmne/jekyll-vitepress-theme#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: crmne/jekyll-vitepress-theme#9 Signed-off-by: Ben Ford <binford2k@overlookinfratech.com>
1 parent 7f74fc4 commit ccf8de7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ gem 'rake', '~> 13.0', '>= 13.0.1'
1010

1111
group(:build_site) do
1212
gem 'jekyll', '~> 4.4'
13+
gem 'jekyll-seo-tag', '~> 2.8'
1314
gem 'jekyll-tabs', '~> 1.2'
1415
gem 'jekyll-vitepress-theme', '~> 1.4'
1516
end

_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ timezone: UTC
88

99
theme: jekyll-vitepress-theme
1010
plugins:
11-
- jekyll-vitepress-theme
11+
- jekyll-seo-tag
1212
- jekyll-tabs
13+
- jekyll-vitepress-theme
1314

1415
markdown: kramdown
1516
kramdown:
@@ -83,6 +84,10 @@ collections:
8384
permalink: '/openvox-containers/latest/:path:output_ext'
8485

8586
defaults:
87+
- scope:
88+
path: ''
89+
values:
90+
image: /assets/images/HexagonSticker.png
8691
- scope:
8792
path: ''
8893
type: ecosystem_latest

0 commit comments

Comments
 (0)