Skip to content

Commit

Permalink
update-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoobysmith committed Jun 15, 2024
1 parent 5f6daff commit 699dcf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doc/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source 'https://rubygems.org'

gem "jekyll", "~> 4.2"

gem "minima", git: "https://github.com/jekyll/minima"
gem "jekyll-theme-simplex"
17 changes: 3 additions & 14 deletions doc/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
GIT
remote: https://github.com/jekyll/minima
revision: 1d5286cf9a1aae34078420d183d560dd673d98b5
specs:
minima (3.0.0.dev)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -51,12 +42,10 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-theme-simplex (0.9.8.15)
jekyll (~> 4.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand Down Expand Up @@ -111,7 +100,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.2)
minima!
jekyll-theme-simplex

BUNDLED WITH
2.5.13
2 changes: 1 addition & 1 deletion doc/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ url: "https://heplean.github.io" # the base hostname & protocol for your site, e
github_username: HEPLean

# Build settings
theme: minima
theme: jekyll-theme-simplex

# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
Expand Down

0 comments on commit 699dcf6

Please sign in to comment.