Skip to content

Commit

Permalink
Update Gemfile & configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
james-gates-0212 committed Oct 30, 2024
1 parent 18758fe commit 1fd9ba1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
10 changes: 7 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
source 'https://rubygems.org'

gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

gem "just-the-docs", "0.10.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release
# gem "just-the-docs" # always download the latest release

gem "wdm", "~> 0.2.0"

gem "jekyll-default-layout", "~> 0.1.5"
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-default-layout (0.1.5)
jekyll (>= 3.0, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0)
Expand Down Expand Up @@ -83,6 +85,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
wdm (0.2.0)
webrick (1.8.2)

PLATFORMS
Expand All @@ -92,7 +95,9 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.3.4)
jekyll-default-layout (~> 0.1.5)
just-the-docs (= 0.10.0)
wdm (~> 0.2.0)

BUNDLED WITH
2.5.9
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ aux_links:

permalink: pretty

plugins:
- jekyll-default-layout

defaults:
- scope:
path: '' # an empty string here means all files in the project
Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Home
layout: home
nav_order: 0
---

Expand Down

0 comments on commit 1fd9ba1

Please sign in to comment.