Skip to content

Commit

Permalink
fix: add missing repository variable to _config,yml
Browse files Browse the repository at this point in the history
  • Loading branch information
24367dfa committed Oct 28, 2024
1 parent 914c1db commit c4255a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source "https://rubygems.org"
gemspec
gem 'icalendar'
gem 'redcarpet'
gem "jekyll-github-metadata"
gem 'redcarpet'
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ collections:
title: Events

# BUILD SETTINGS
github:
repository_url: https://github.com/netz39/www.netz39.de
sass:
style: compressed
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed, "jekyll-github-metadata"]
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]
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 c4255a6

Please sign in to comment.