From 699dcf66e4c69d5c9258fa78453fc15a34f6f5ec Mon Sep 17 00:00:00 2001 From: jstoobysmith <72603918+jstoobysmith@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:37:47 -0400 Subject: [PATCH] update-theme --- doc/Gemfile | 2 +- doc/Gemfile.lock | 17 +++-------------- doc/_config.yml | 2 +- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/doc/Gemfile b/doc/Gemfile index ec26d64..7f834ca 100644 --- a/doc/Gemfile +++ b/doc/Gemfile @@ -4,4 +4,4 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.2" -gem "minima", git: "https://github.com/jekyll/minima" \ No newline at end of file +gem "jekyll-theme-simplex" \ No newline at end of file diff --git a/doc/Gemfile.lock b/doc/Gemfile.lock index 5d1f0ec..9a42a59 100644 --- a/doc/Gemfile.lock +++ b/doc/Gemfile.lock @@ -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: @@ -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) @@ -111,7 +100,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.2) - minima! + jekyll-theme-simplex BUNDLED WITH 2.5.13 diff --git a/doc/_config.yml b/doc/_config.yml index 0a45b87..9d1433a 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -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