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 2e58761 commit d182921Copy full SHA for d182921
Gemfile
@@ -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
@@ -8,4 +8,8 @@ baseurl: "/crup" # VERY IMPORTANT for project repos
9
# Add a GitHub link in the header
10
aux_links:
11
- "View on GitHub": "https://github.com/codebase-berkeley/crup"
+ "View on GitHub": "https://github.com/codebase-berkeley/crup"
12
13
+# Plugins
14
+plugins:
15
+ - jekyll-feed
0 commit comments