Skip to content

Commit 64cc8eb

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 64cc8eb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ group(:build_site) do
1212
gem 'jekyll', '~> 4.4'
1313
gem 'jekyll-tabs', '~> 1.2'
1414
gem 'jekyll-vitepress-theme', '~> 1.4'
15+
gem 'jekyll-seo-tag', '~> 2.8'
1516
end
1617

1718
group(:generate_references) do

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ theme: jekyll-vitepress-theme
1010
plugins:
1111
- jekyll-vitepress-theme
1212
- jekyll-tabs
13+
- jekyll-seo-tag
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)