We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d182921 commit f5f0247Copy full SHA for f5f0247
Gemfile
@@ -1,7 +1,7 @@
1
source "https://rubygems.org"
2
3
gem "github-pages", group: :jekyll_plugins
4
-gem "just-the-docs"
+gem "jekyll-remote-theme"
5
6
group :jekyll_plugins do
7
gem "jekyll-feed", "~> 0.6"
_config.yml
@@ -1,6 +1,6 @@
title: CRUP
description: A starter template using the Just the Docs theme
-theme: just-the-docs
+remote_theme: just-the-docs/just-the-docs
# Where the site will live
url: "https://codebase-berkeley.github.io"
@@ -12,4 +12,5 @@ aux_links:
12
13
# Plugins
14
plugins:
15
+ - jekyll-remote-theme
16
- jekyll-feed
0 commit comments