From e4c2e0cf0046ddc69b8e96353e774ece0c7e6895 Mon Sep 17 00:00:00 2001 From: Jeremy McCormick Date: Tue, 15 Oct 2024 16:18:09 -0500 Subject: [PATCH] Remove last_modified plugin config This no longer needed, because the pages have been changed to use the site upload date, instead. --- .github/workflows/docs.yaml | 2 +- Makefile | 3 +-- _config.yml | 4 ---- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index d4e8e0ec..a176b576 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -33,7 +33,7 @@ jobs: run: sudo apt-get install -y ruby-full build-essential zlib1g-dev - name: Install required Ruby gems - run: sudo gem install bundler jekyll jekyll-theme-cayman jekyll-last-modified-at + run: sudo gem install bundler jekyll jekyll-theme-cayman - name: Build the schema browser site run: jekyll build diff --git a/Makefile b/Makefile index 6d02f880..c46b935f 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,7 @@ init: echo >&2 "For more information, visit: https://jekyllrb.com/docs/installation"; \ exit 1; \ } - gem install -q --silent --no-verbose jekyll bundler jekyll-theme-cayman jekyll-last-modified-at - + gem install -q --silent --no-verbose jekyll bundler jekyll-theme-cayman # Run the web server and watch for changes run: jekyll serve --watch diff --git a/_config.yml b/_config.yml index a28d5bc8..a63d0567 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,4 @@ theme: jekyll-theme-cayman -plugins: - - jekyll-last-modified-at -last-modified-at: - date-format: '%B %d, %Y' data_dir: ./yml layouts_dir: _layouts