Skip to content

Commit

Permalink
Update config to use Hydejack remote theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dav-og committed Dec 8, 2023
1 parent 16073cd commit 456ad7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "jekyll-theme-hydejack"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-remote-theme"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
7 changes: 7 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-remote-theme (0.4.3)
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
Expand Down Expand Up @@ -65,6 +70,7 @@ GEM
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass-embedded (1.69.5-x64-mingw-ucrt)
google-protobuf (~> 3.23)
Expand All @@ -85,6 +91,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.2)
jekyll-feed (~> 0.12)
jekyll-remote-theme
jekyll-theme-hydejack
minima (~> 2.5)
tzinfo (>= 1, < 3)
Expand Down
3 changes: 2 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ twitter_username: NREL
github_username: NREL/HydroChrono

# Build settings
theme: jekyll-theme-hydejack
remote_theme: hydecorp/jekyll-theme-hydejack
plugins:
- jekyll-feed
- jekyll-remote-theme

accent_image: /assets/img/sidebar-bg.jpg

Expand Down

0 comments on commit 456ad7e

Please sign in to comment.