Skip to content

Commit c965519

Browse files
committed
feat: update for jekyll-theme-rop
1 parent b138133 commit c965519

File tree

4 files changed

+4
-29
lines changed

4 files changed

+4
-29
lines changed

Gemfile

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

3-
# Hello! This is where you manage which Jekyll version is used to run.
4-
# When you want to use a different version, change it below, save the
5-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6-
#
7-
# bundle exec jekyll serve
8-
#
9-
# This will help ensure the proper Jekyll version is running.
10-
# Happy Jekylling!
113
gem "jekyll"
124

13-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
15-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
16-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
17-
# gem "github-pages", group: :jekyll_plugins
18-
gem "jekyll-theme-open-project"
19-
# gem "jekyll-theme-open-project", path: "~/src/jekyll-theme-open-project"
20-
215
# If you have any plugins, put them here!
226
group :jekyll_plugins do
23-
gem "jekyll-seo-tag"
24-
gem "jekyll-sitemap"
25-
gem "jekyll-data"
26-
gem "jekyll-asciidoc"
27-
gem "jekyll-redirect-from"
28-
gem "git"
29-
gem "jekyll-theme-open-project-helpers"
30-
gem "kramdown-parser-gfm"
31-
gem "kramdown-syntax-coderay"
7+
gem "jekyll-theme-rop"
328
end
339

3410
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authors:
3333

3434
contact_email: [email protected]
3535

36-
theme: jekyll-theme-open-project
36+
theme: jekyll-theme-rop
3737

3838
parent_hub:
3939
git_repo_url: https://github.com/riboseinc/open.ribose.com
@@ -112,8 +112,7 @@ defaults:
112112
layout: spec
113113

114114
plugins:
115-
- jekyll-seo-tag
116-
- jekyll-sitemap
115+
- jekyll-theme-rop
117116

118117
url: https://www.rnpgp.org
119118

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $primary-color: #1A7BEC;
55
$accent-color: #00dfb7;
66
$main-background: linear-gradient(135deg, $primary-color 0%, $accent-color 100%);
77

8-
@import 'jekyll-theme-open-project';
8+
@import 'jekyll-theme-rop';
99

1010
.site-logo svg {
1111
path, circle {

rnp.zip

1.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)