From e0bdcdcdae3d82379b1ed5031784b9d93a77145c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:11:46 -0700 Subject: [PATCH 1/6] Bump webfactory/ssh-agent from 0.8.0 to 0.9.0 (#193) Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor ... 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 3a44a40..31156a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,7 +103,7 @@ jobs: path: _site/ - name: Install SSH key - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ env.SITE_KEY }} From 6c3f343802d27095642f02cbbe9818aa9e5c1ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:43:51 -0600 Subject: [PATCH 2/6] Bump rexml from 3.2.6 to 3.2.8 (#194) Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 456f729..f956a40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,12 +60,14 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rouge (4.2.0) rubyzip (2.3.2) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) From 39b03af5397e3d027032cfad89c13d18d24c6f2b Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Fri, 17 May 2024 15:53:39 -0600 Subject: [PATCH 3/6] Update theme --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index aa3971e..842b13f 100644 --- a/_config.yml +++ b/_config.yml @@ -35,7 +35,7 @@ defaults: values: sitemap: false -remote_theme: sebs-scholarship/Theme@2024-01-15-1 +remote_theme: sebs-scholarship/Theme@2024-05-17-1 exclude: - .github From 3add66dea1652e4d38489da1da8e9bc1696fc7e2 Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Fri, 31 May 2024 02:50:51 -0600 Subject: [PATCH 4/6] Update theme --- .gitignore | 3 ++- _config.yml | 4 +++- _includes/common_js.html | 26 -------------------------- _includes/links.html | 13 ------------- _includes/loader.html | 6 ------ _includes/meta.html | 19 +------------------ _includes/navbar.html | 28 ---------------------------- _includes/navbar_links.html | 11 +++++++++++ _includes/preconnect.html | 6 ------ _layouts/captcha.html | 14 ++++++++------ _layouts/default.html | 12 +++++++----- _layouts/home.html | 16 +++++++++------- _layouts/redirect-ext.html | 4 ---- _layouts/redirect-int.html | 4 ---- _layouts/redirect.html | 22 ---------------------- scripts/serve_local.bat | 9 +++++++-- scripts/serve_local.sh | 9 +++++++-- 17 files changed, 55 insertions(+), 151 deletions(-) delete mode 100644 _includes/common_js.html delete mode 100644 _includes/links.html delete mode 100644 _includes/loader.html delete mode 100644 _includes/navbar.html create mode 100644 _includes/navbar_links.html delete mode 100644 _includes/preconnect.html delete mode 100644 _layouts/redirect-ext.html delete mode 100644 _layouts/redirect-int.html delete mode 100644 _layouts/redirect.html diff --git a/.gitignore b/.gitignore index ec318fa..261dc7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .jekyll-cache/ _site/ -vendor/ \ No newline at end of file +vendor/ +_vendor/ \ No newline at end of file diff --git a/_config.yml b/_config.yml index 842b13f..9841acd 100644 --- a/_config.yml +++ b/_config.yml @@ -35,7 +35,9 @@ defaults: values: sitemap: false -remote_theme: sebs-scholarship/Theme@2024-05-17-1 +remote_theme: sebs-scholarship/Theme@2024-05-31-1 + +analytics_id: G-DCKNB7HP7R exclude: - .github diff --git a/_includes/common_js.html b/_includes/common_js.html deleted file mode 100644 index 9f718e2..0000000 --- a/_includes/common_js.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - diff --git a/_includes/links.html b/_includes/links.html deleted file mode 100644 index 29bc4d8..0000000 --- a/_includes/links.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/_includes/loader.html b/_includes/loader.html deleted file mode 100644 index ad90786..0000000 --- a/_includes/loader.html +++ /dev/null @@ -1,6 +0,0 @@ -
- - - - -
\ No newline at end of file diff --git a/_includes/meta.html b/_includes/meta.html index 69da791..e5dea53 100644 --- a/_includes/meta.html +++ b/_includes/meta.html @@ -1,20 +1,3 @@ - - -{% if page.title %} -{{ page.title }} - {{ site.title }} - - - -{% else %} -{{ site.title }} - - - -{% endif %} - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/_includes/navbar.html b/_includes/navbar.html deleted file mode 100644 index 48d60fb..0000000 --- a/_includes/navbar.html +++ /dev/null @@ -1,28 +0,0 @@ -{% assign prefix = "/" %} -{% unless page.title %} -{% assign prefix = "" %} -{% endunless %} -{% if page.title %} -