File tree Expand file tree Collapse file tree 4 files changed +4
-29
lines changed Expand file tree Collapse file tree 4 files changed +4
-29
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
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!
11
3
gem "jekyll"
12
4
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
-
21
5
# If you have any plugins, put them here!
22
6
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"
32
8
end
33
9
34
10
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ authors:
33
33
34
34
35
35
36
- theme : jekyll-theme-open-project
36
+ theme : jekyll-theme-rop
37
37
38
38
parent_hub :
39
39
git_repo_url : https://github.com/riboseinc/open.ribose.com
@@ -112,8 +112,7 @@ defaults:
112
112
layout : spec
113
113
114
114
plugins :
115
- - jekyll-seo-tag
116
- - jekyll-sitemap
115
+ - jekyll-theme-rop
117
116
118
117
url : https://www.rnpgp.org
119
118
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $primary-color: #1A7BEC;
5
5
$accent-color : #00dfb7 ;
6
6
$main-background : linear-gradient (135deg , $primary-color 0% , $accent-color 100% );
7
7
8
- @import ' jekyll-theme-open-project ' ;
8
+ @import ' jekyll-theme-rop ' ;
9
9
10
10
.site-logo svg {
11
11
path , circle {
You can’t perform that action at this time.
0 commit comments