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 aeb2d49 commit bf4ab75Copy full SHA for bf4ab75
_config.yml
@@ -1,6 +1,6 @@
1
title: CRUP
2
description: Codebase's Ramp Up Program
3
-theme: just-the-docs
+remote_theme: just-the-docs/just-the-docs
4
5
# Where the site will live
6
url: "https://codebase-berkeley.github.io"
@@ -10,5 +10,10 @@ baseurl: "/crup" # VERY IMPORTANT for project repos
10
aux_links:
11
"View on GitHub": "https://github.com/codebase-berkeley/crup"
12
13
+# Plugins
14
+plugins:
15
+ - jekyll-remote-theme
16
+ - jekyll-feed
17
+
18
nav_enabled: true
19
color_scheme: wider
0 commit comments