Skip to content

Commit d182921

Browse files
test gem
1 parent 2e58761 commit d182921

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source "https://rubygems.org"
2+
3+
gem "github-pages", group: :jekyll_plugins
4+
gem "just-the-docs"
5+
6+
group :jekyll_plugins do
7+
gem "jekyll-feed", "~> 0.6"
8+
end

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ baseurl: "/crup" # VERY IMPORTANT for project repos
88

99
# Add a GitHub link in the header
1010
aux_links:
11-
"View on GitHub": "https://github.com/codebase-berkeley/crup"
11+
"View on GitHub": "https://github.com/codebase-berkeley/crup"
12+
13+
# Plugins
14+
plugins:
15+
- jekyll-feed

0 commit comments

Comments
 (0)