From e426c17c59058488bd19d2db987cc3c369c41145 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Thu, 14 Dec 2023 17:44:19 -0600 Subject: [PATCH] update default layout --- docs/Gemfile | 1 + docs/Gemfile.lock | 1 + docs/_config.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/Gemfile b/docs/Gemfile index e66845a..75ad0f2 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -18,6 +18,7 @@ gem "just-the-docs" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" + gem "jekyll-default-layout" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index c7853e4..6306e27 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -273,6 +273,7 @@ DEPENDENCIES github-pages (~> 228) http_parser.rb (~> 0.6.0) jekyll (~> 3.9.3) + jekyll-default-layout jekyll-feed (~> 0.12) just-the-docs tzinfo (>= 1, < 3) diff --git a/docs/_config.yml b/docs/_config.yml index 21ec4ff..3ec8c83 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -29,6 +29,7 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com theme: just-the-docs plugins: - jekyll-feed + - jekyll-default-layout # Exclude from processing. # The following items will not be processed, by default.