mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Compare commits
2 commits
100cf6f0dc
...
200e8e2fc8
Author | SHA1 | Date | |
---|---|---|---|
200e8e2fc8 | |||
914c1db703 |
2 changed files with 2 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -2,3 +2,4 @@ source "https://rubygems.org"
|
|||
gemspec
|
||||
gem 'icalendar'
|
||||
gem 'redcarpet'
|
||||
gem "jekyll-github-metadata"
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue