Skip to content

Commit bb37ecd

Browse files
Disabled plugins to see github metadata
1 parent 7b1ae06 commit bb37ecd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source "https://rubygems.org"
22

33
gem "jekyll-theme-cayman"
4-
gem "jekyll-github-metadata"
4+
#gem "jekyll-github-metadata"
55
gem "github-pages", group: :jekyll_plugins
66

77
# If you have any plugins, put them here!
8-
group :jekyll_plugins do
9-
gem "jekyll-feed", "~> 0.6"
10-
end
8+
#group :jekyll_plugins do
9+
# gem "jekyll-feed", "~> 0.6"
10+
#end

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ repository: scommons/scommons
2828
# Build settings
2929
#markdown: kramdown
3030
theme: jekyll-theme-cayman
31-
plugins:
32-
- jekyll-feed
33-
- jekyll-github-metadata
31+
#plugins:
32+
# - jekyll-feed
33+
# - jekyll-github-metadata
3434

3535
# Exclude from processing.
3636
# The following items will not be processed, by default. Create a custom list

0 commit comments

Comments
 (0)