From e565e44f0749edf41283cbacc14e415fb354511b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:09:17 -0700 Subject: [PATCH 1/7] Bump actions/upload-pages-artifact from 2 to 3 (#135) Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0a7cd6..8204ae6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: path: ${{ github.workspace }}/_site/ - name: GitHub Pages Artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 if: github.ref_name == 'main' - name: Commit images From d51ae25e40aed26560bc24160574a23171ab26e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:26:51 -0700 Subject: [PATCH 2/7] Bump actions/deploy-pages from 3 to 4 (#136) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8204ae6..e1233a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -136,7 +136,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4 index: name: Index the site From cf9a7eca6472f7d07411d40baeb7404609226c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:40:03 -0700 Subject: [PATCH 3/7] Bump jekyll from 4.3.2 to 4.3.3 (#137) Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/v4.3.3/History.markdown) - [Commits](https://github.com/jekyll/jekyll/compare/v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 171d378..1f0d0ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) algolia_html_extractor (2.6.4) json (~> 2.0) @@ -19,19 +19,19 @@ GEM httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) colorator (1.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.15.5) + ffi (1.16.3) filesize (0.2.0) forwardable-extended (2.6.0) http_parser.rb (0.8.0) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (4.3.2) + jekyll (4.3.3) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -93,20 +93,20 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) progressbar (1.11.0) - public_suffix (5.0.1) + public_suffix (5.0.4) racc (1.6.2) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (4.0.1) + rexml (3.2.6) + rouge (4.2.0) rubyzip (2.3.2) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) verbal_expressions (0.1.5) webrick (1.8.1) From 0b0526d31e4c3bcbf7e05d5e86e3a45f50fe07ce Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Wed, 27 Dec 2023 17:17:51 -0700 Subject: [PATCH 4/7] Update gems --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1f0d0ac..2cbfd1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.6.3) + json (2.7.1) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -84,17 +84,17 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_magick (4.12.0) - nokogiri (1.14.3-arm64-darwin) + nokogiri (1.15.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.14.3-x86_64-darwin) + nokogiri (1.15.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) - progressbar (1.11.0) + progressbar (1.13.0) public_suffix (5.0.4) - racc (1.6.2) + racc (1.7.3) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -131,4 +131,4 @@ DEPENDENCIES webrick (>= 1.7.0) BUNDLED WITH - 2.3.25 + 2.4.10 From 10705047c521b7d345a15d0d97c97afccac51e17 Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Tue, 2 Jan 2024 02:11:32 -0700 Subject: [PATCH 5/7] Bump theme version and migrate to theme provided footer --- _config.yml | 22 +++++++++++---- _includes/footer_links.html | 5 ++++ _layouts/default.html | 53 +------------------------------------ 3 files changed, 23 insertions(+), 57 deletions(-) create mode 100644 _includes/footer_links.html diff --git a/_config.yml b/_config.yml index d4de0d1..9de42ec 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,12 @@ --- title: SSF Blog + +description: The SSF blog is the place to go for all sorts of SEBS Scholarship Foundation + news! Here you can find scholarship updates, volunteering news, announcements, and + other fun information we'd like to share! + timezone: America/Denver + collections: posts: title: Posts @@ -8,6 +14,7 @@ collections: uploads: title: Uploads output: true + defaults: - scope: path: '' @@ -31,11 +38,13 @@ defaults: path: admin values: sitemap: false -description: The SSF blog is the place to go for all sorts of SEBS Scholarship Foundation - news! Here you can find scholarship updates, volunteering news, announcements, and - other fun information we'd like to share! + url: https://blog.sebsscholarship.org -baseurl: + +repo: sebs-scholarship/Blog + +baseurl: null + plugins: - jekyll-post-image-generator - jekyll-remote-theme @@ -43,7 +52,9 @@ plugins: - jekyll-include-cache - jekyll-feed - jekyll-sitemap -remote_theme: sebs-scholarship/Theme@2023-04-05-1 + +remote_theme: sebs-scholarship/Theme@2024-01-02-1 + exclude: - ".github" - CNAME @@ -51,6 +62,7 @@ exclude: - Gemfile.lock - README.md - scripts + algolia: application_id: 0XMIKXGUS3 index_name: blog.sebsscholarship.org diff --git a/_includes/footer_links.html b/_includes/footer_links.html new file mode 100644 index 0000000..542fbf5 --- /dev/null +++ b/_includes/footer_links.html @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 99d22be..dc8d1d6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -82,58 +82,7 @@ {{ content }} -
-
- -
-
- -

Copyright © 2019 - 2023 SEBS Scholarship Foundation. All Rights Reserved.

-

Made with love by volunteer contributors.

-

Uses the SSF-Theme Jekyll theme created by volunteer contributors.

-

Original design based on the Law template by uiCookies.

-
-

- SEBS Scholarship Foundation does not and shall not discriminate on the basis of race, color, - religion (creed), gender, gender expression, age, national origin (ancestry), disability, - marital status, sexual orientation, or military status, in any of its activities or - operations. These activities include, but are not limited to, hiring and firing of staff, - selection of volunteers and vendors, and provision of services. We are committed to - providing an inclusive and welcoming environment for all members of our staff, clients, - volunteers, subcontractors, vendors, and clients. -

-

Tax ID: 84-3017503

-
-
-
-
+{% include_cached footer.html prefix="https://sebsscholarship.org/" %} From 0cd8a891a41874d6fa879fb6aa21b88cd2951268 Mon Sep 17 00:00:00 2001 From: Siteleaf Date: Tue, 2 Jan 2024 02:11:42 -0700 Subject: [PATCH 6/7] Updated Config --- _config.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/_config.yml b/_config.yml index 9de42ec..c0997bc 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,6 @@ --- title: SSF Blog - -description: The SSF blog is the place to go for all sorts of SEBS Scholarship Foundation - news! Here you can find scholarship updates, volunteering news, announcements, and - other fun information we'd like to share! - timezone: America/Denver - collections: posts: title: Posts @@ -14,7 +8,6 @@ collections: uploads: title: Uploads output: true - defaults: - scope: path: '' @@ -38,13 +31,12 @@ defaults: path: admin values: sitemap: false - +description: The SSF blog is the place to go for all sorts of SEBS Scholarship Foundation + news! Here you can find scholarship updates, volunteering news, announcements, and + other fun information we'd like to share! url: https://blog.sebsscholarship.org - repo: sebs-scholarship/Blog - -baseurl: null - +baseurl: plugins: - jekyll-post-image-generator - jekyll-remote-theme @@ -52,9 +44,7 @@ plugins: - jekyll-include-cache - jekyll-feed - jekyll-sitemap - remote_theme: sebs-scholarship/Theme@2024-01-02-1 - exclude: - ".github" - CNAME @@ -62,7 +52,6 @@ exclude: - Gemfile.lock - README.md - scripts - algolia: application_id: 0XMIKXGUS3 index_name: blog.sebsscholarship.org From 7e0c08149b78dfa271919027a423989bbce833dd Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Sat, 13 Jan 2024 03:58:48 -0700 Subject: [PATCH 7/7] Update theme version --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c0997bc..0317652 100644 --- a/_config.yml +++ b/_config.yml @@ -44,7 +44,7 @@ plugins: - jekyll-include-cache - jekyll-feed - jekyll-sitemap -remote_theme: sebs-scholarship/Theme@2024-01-02-1 +remote_theme: sebs-scholarship/Theme@2024-01-13-1 exclude: - ".github" - CNAME