mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
fix: add plugin jekyll-github-metadata to correctly populate site variables
This commit is contained in:
parent
df4343e0d0
commit
914c1db703
2 changed files with 2 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -2,3 +2,4 @@ source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
gem 'icalendar'
|
gem 'icalendar'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
|
gem "jekyll-github-metadata"
|
|
@ -66,7 +66,7 @@ collections:
|
||||||
# BUILD SETTINGS
|
# BUILD SETTINGS
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
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"]
|
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
|
# theme: type-on-strap # if using the theme as a jekyll theme gem
|
||||||
|
|
Loading…
Reference in a new issue