Skip to content

Commit

Permalink
fix: add plugin jekyll-github-metadata to correctly populate site var…
Browse files Browse the repository at this point in the history
…iables
  • Loading branch information
24367dfa committed Oct 27, 2024
1 parent df4343e commit 914c1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source "https://rubygems.org"
gemspec
gem 'icalendar'
gem 'redcarpet'
gem "jekyll-github-metadata"
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ collections:
# BUILD SETTINGS
sass:
style: compressed
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed, "jekyll-github-metadata"]
exclude: [".jekyll-cache", ".jekyll-metadata", ".idea", "vendor/*", "assets/node_modules/*", "README.md", "docker-compose.yml", "Gemfile", "type-on-strap.gemspec", "tools"]

# theme: type-on-strap # if using the theme as a jekyll theme gem
Expand Down

0 comments on commit 914c1db

Please sign in to comment.