Skip to content

Commit

Permalink
Added jekyll-seo-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Mayes committed Mar 5, 2024
1 parent a8ba6a2 commit fabccfc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.3"

gem "jekyll-postcss", "~> 0.5.0"

gem "jekyll-seo-tag", "~> 2.8"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ GEM
jekyll-postcss (0.5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand Down Expand Up @@ -69,6 +71,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3)
jekyll-postcss (~> 0.5.0)
jekyll-seo-tag (~> 2.8)

BUNDLED WITH
2.4.19
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
url: "https://gregmayes.dev" # the base hostname & protocol for your site, e.g. http://example.com
author: "Greg Mayes"
baseurl: "" # the subpath of your site, e.g. /blog
title: "gregmayes.dev" # the name of your site, e.g. ACME Corp.
permalink: pretty
Expand All @@ -15,6 +16,7 @@ defaults:

plugins:
- jekyll-postcss
- jekyll-seo-tag

postcss:
cache: false
Expand Down
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
rel="stylesheet"
href="{{ "/assets/css/syntax.css" | relative_url | append: cacheBuster }}"
>

{% seo %}
</head>

<body class="flex flex-col min-h-screen-svh overflow-y-auto">
Expand Down

0 comments on commit fabccfc

Please sign in to comment.