Skip to content

Commit f5f0247

Browse files
test gem
1 parent d182921 commit f5f0247

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
gem "github-pages", group: :jekyll_plugins
4-
gem "just-the-docs"
4+
gem "jekyll-remote-theme"
55

66
group :jekyll_plugins do
77
gem "jekyll-feed", "~> 0.6"

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: CRUP
22
description: A starter template using the Just the Docs theme
3-
theme: just-the-docs
3+
remote_theme: just-the-docs/just-the-docs
44

55
# Where the site will live
66
url: "https://codebase-berkeley.github.io"
@@ -12,4 +12,5 @@ aux_links:
1212

1313
# Plugins
1414
plugins:
15+
- jekyll-remote-theme
1516
- jekyll-feed

0 commit comments

Comments
 (0)