From 09ef459f7a737354d4ddce25081652a904fdab46 Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 11:56:12 -0700 Subject: [PATCH 1/9] Basic steps for running locally --- SETUP.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SETUP.md diff --git a/SETUP.md b/SETUP.md new file mode 100644 index 00000000..1dd26726 --- /dev/null +++ b/SETUP.md @@ -0,0 +1,14 @@ +# How to setup TestingConferences.org locally + +0. Make sure you have Docker or some other container service +1. Run `devops/setup.sh` +2. When everything is ready a page will open automatically + - If it doesn't you can browse to `http://localhost:4000/` + + +Now you can make changes and see how they local in your local browser. + + +When you are done: + +1. Run `devops/teardown.sh` \ No newline at end of file From ab4a89a2685ebcf69edb21218d7d464f4ae1d65f Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 11:56:26 -0700 Subject: [PATCH 2/9] Removed version --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 79ae43fa..d57a7cb2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: "2" services: testingconferences: image: jekyll/jekyll:3.8.6 From 33be3e1ff00a907b31db46128fb43a47878ecc63 Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 12:22:46 -0700 Subject: [PATCH 3/9] Updated image to 4.2.2. Jekyll to 3.10, Pages to 232 --- Gemfile | 5 +- Gemfile.lock | 115 ++++++++++++++++++++++++--------------------- docker-compose.yml | 2 +- 3 files changed, 65 insertions(+), 57 deletions(-) diff --git a/Gemfile b/Gemfile index 8cac2ea5..16c491e6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,14 +2,13 @@ source 'https://rubygems.org' gem 'activesupport', '~> 6.1', '>= 6.1.7.5' gem 'commonmarker', '~> 0.23.10' -gem 'github-pages', '>= 228', group: :jekyll_plugins +gem 'github-pages', '>= 232', group: :jekyll_plugins gem 'html-proofer', '~> 3.19.4' -gem "jekyll", ">= 3.9.0" +gem "jekyll", ">= 3.10.0" gem 'jekyll-last-modified-at', '>= 1.3.0' gem 'jekyll-sitemap', '~> 1.4', '>= 1.4.0' gem 'jekyll-seo-tag', '>= 2.7.1' gem 'jekyll-watch' gem 'kramdown', '>= 2.3.1' -gem 'nokogiri', '~> 1.13.10' gem 'rexml', '>=3.2.5' gem 'yaml' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index e7284052..5d183ab1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,14 +9,18 @@ GEM zeitwerk (~> 2.3) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) + base64 (0.3.0) coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.11.1) + coffee-script-source (1.12.2) colorator (1.1.0) commonmarker (0.23.10) concurrent-ruby (1.2.2) - dnsruby (1.70.0) + csv (3.3.5) + dnsruby (1.73.0) + base64 (>= 0.2) + logger (~> 1.6) simpleidn (~> 0.2.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -24,24 +28,26 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) - execjs (2.8.1) - faraday (2.7.10) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + execjs (2.10.0) + faraday (2.13.4) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.1) + net-http (>= 0.5.0) ffi (1.15.5) forwardable-extended (2.6.0) - gemoji (3.0.1) - github-pages (228) - github-pages-health-check (= 1.17.9) - jekyll (= 3.9.3) - jekyll-avatar (= 0.7.0) - jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.4.0) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.15.1) + gemoji (4.1.0) + github-pages (232) + github-pages-health-check (= 1.18.2) + jekyll (= 3.10.0) + jekyll-avatar (= 0.8.0) + jekyll-coffeescript (= 1.2.2) + jekyll-commonmark-ghpages (= 0.5.1) + jekyll-default-layout (= 0.1.5) + jekyll-feed (= 0.17.0) jekyll-gist (= 1.5.0) - jekyll-github-metadata (= 2.13.0) + jekyll-github-metadata (= 2.16.1) jekyll-include-cache (= 0.2.1) jekyll-mentions (= 1.6.0) jekyll-optional-front-matter (= 0.3.2) @@ -68,20 +74,21 @@ GEM jekyll-theme-tactile (= 0.2.0) jekyll-theme-time-machine (= 0.2.0) jekyll-titles-from-headings (= 0.5.3) - jemoji (= 0.12.0) - kramdown (= 2.3.2) + jemoji (= 0.13.0) + kramdown (= 2.4.0) kramdown-parser-gfm (= 1.1.0) liquid (= 4.0.4) mercenary (~> 0.3) minima (= 2.5.1) - nokogiri (>= 1.13.6, < 2.0) - rouge (= 3.26.0) + nokogiri (>= 1.16.2, < 2.0) + rouge (= 3.30.0) terminal-table (~> 1.4) - github-pages-health-check (1.17.9) + webrick (~> 1.8) + github-pages-health-check (1.18.2) addressable (~> 2.3) dnsruby (~> 1.60) - octokit (~> 4.0) - public_suffix (>= 3.0, < 5.0) + octokit (>= 4, < 8) + public_suffix (>= 3.0, < 6.0) typhoeus (~> 1.3) html-pipeline (2.14.3) activesupport (>= 2) @@ -97,9 +104,10 @@ GEM http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (3.9.3) + jekyll (3.10.0) addressable (~> 2.4) colorator (~> 1.0) + csv (~> 3.0) em-websocket (~> 0.5) i18n (>= 0.7, < 2) jekyll-sass-converter (~> 1.0) @@ -110,27 +118,28 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-avatar (0.7.0) + webrick (>= 1.0) + jekyll-avatar (0.8.0) jekyll (>= 3.0, < 5.0) - jekyll-coffeescript (1.1.1) + jekyll-coffeescript (1.2.2) coffee-script (~> 2.2) - coffee-script-source (~> 1.11.1) + coffee-script-source (~> 1.12) jekyll-commonmark (1.4.0) commonmarker (~> 0.22) - jekyll-commonmark-ghpages (0.4.0) - commonmarker (~> 0.23.7) - jekyll (~> 3.9.0) + jekyll-commonmark-ghpages (0.5.1) + commonmarker (>= 0.23.7, < 1.1.0) + jekyll (>= 3.9, < 4.0) jekyll-commonmark (~> 1.4.0) rouge (>= 2.0, < 5.0) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.15.1) + jekyll-default-layout (0.1.5) + jekyll (>= 3.0, < 5.0) + jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-gist (1.5.0) octokit (~> 4.2) - jekyll-github-metadata (2.13.0) + jekyll-github-metadata (2.16.1) jekyll (>= 3.4, < 5.0) - octokit (~> 4.0, != 4.4.0) + octokit (>= 4, < 7, != 4.4.0) jekyll-include-cache (0.2.1) jekyll (>= 3.7, < 5.0) jekyll-last-modified-at (1.3.0) @@ -204,11 +213,12 @@ GEM jekyll (>= 3.3, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - jemoji (0.12.0) - gemoji (~> 3.0) + jemoji (0.13.0) + gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - kramdown (2.3.2) + json (2.13.2) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) @@ -216,6 +226,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.3.6) mini_portile2 (2.8.4) minima (2.5.1) @@ -223,10 +234,12 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.19.0) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) + net-http (0.6.0) + uri + nokogiri (1.18.9) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.13.10-arm64-darwin) + nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -243,9 +256,8 @@ GEM ffi (~> 1.0) rexml (3.2.7) strscan (>= 3.0.9) - rouge (3.26.0) - ruby2_keywords (0.0.5) - rubyzip (2.3.2) + rouge (3.30.0) + rubyzip (2.4.1) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) @@ -255,8 +267,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - simpleidn (0.2.1) - unf (~> 0.1.4) + simpleidn (0.2.3) strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) @@ -264,10 +275,9 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) unicode-display_width (1.8.0) + uri (1.0.3) + webrick (1.9.1) yaml (0.2.1) yell (2.2.2) zeitwerk (2.6.11) @@ -279,15 +289,14 @@ PLATFORMS DEPENDENCIES activesupport (~> 6.1, >= 6.1.7.5) commonmarker (~> 0.23.10) - github-pages (>= 228) + github-pages (>= 232) html-proofer (~> 3.19.4) - jekyll (>= 3.9.0) + jekyll (>= 3.10.0) jekyll-last-modified-at (>= 1.3.0) jekyll-seo-tag (>= 2.7.1) jekyll-sitemap (~> 1.4, >= 1.4.0) jekyll-watch kramdown (>= 2.3.1) - nokogiri (~> 1.13.10) rexml (>= 3.2.5) yaml diff --git a/docker-compose.yml b/docker-compose.yml index d57a7cb2..4c3bcc86 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: testingconferences: - image: jekyll/jekyll:3.8.6 + image: jekyll/jekyll:4.2.2 container_name: tcorg ports: - 4000:4000 # jekyll ui From 20938942209ef3782bc7d316283e73905cc7de37 Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 12:29:26 -0700 Subject: [PATCH 4/9] Now upgrading CircleCI to use Ruby 3.1 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a76d4a6f..9342064c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,9 +2,9 @@ version: 2 jobs: build: docker: - - image: cimg/ruby:2.6.10 + - image: cimg/ruby:3.1 environment: - BUNDLER_VERSION: 2.2.15 + BUNDLER_VERSION: 2.4.17 steps: - checkout - run: From af0dd958328af32d82dfb502c6c3fd9cf68b7e22 Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 12:49:59 -0700 Subject: [PATCH 5/9] Removed some duplicate HTML from 404 page. Now using included FA --- 404.html | 24 +++++++----------------- subscribe.html | 8 +++----- 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/404.html b/404.html index 9773afd2..b632e3aa 100644 --- a/404.html +++ b/404.html @@ -1,32 +1,22 @@ --- layout: default +title: Oops - Page Not Found +last_modified_at: 2025-11-11 12:57:00 --- - - - - - - - 404 - - - +
-

Oops!

-

404 Not Found

+

Oops! Page not found

This isn't the page you are looking for. You may have mistyped the address or the page may have moved.

-

Octocat

-
- diff --git a/subscribe.html b/subscribe.html index 41968a43..c1b05448 100644 --- a/subscribe.html +++ b/subscribe.html @@ -2,17 +2,15 @@ layout: default permalink: /subscribe/ title: Subscribe to Our Newsletter - Software Testing Conferences -last_modified_at: 2023-10-29 14:57:00 +last_modified_at: 2025-11-11 12:57:00 ---

Our Newsletter

The Monthly Update aka our Software Testing Conferences Newsletter is a great way for you to save time but - still get all of the relevant - updates you'd - find here. Upcoming conferences, early bird pricing, and even CFPs so you don't need to do any searching on your - own.

+ still get all of the relevant updates you'd find here. Upcoming conferences, early bird pricing, + and even CFPs so you don't need to do any searching on your own.

Sign Me Up

Yes, I'd like to join the over 1,200 other subscribers on your list:

From 5b3fe24d419558c3f319e65d6aeca9abc45b75ea Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 12:53:48 -0700 Subject: [PATCH 6/9] Removed extra body tag --- 404.html | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/404.html b/404.html index b632e3aa..f995e1ec 100644 --- a/404.html +++ b/404.html @@ -4,26 +4,22 @@ last_modified_at: 2025-11-11 12:57:00 --- - - -
-
-
-
-

Oops! Page not found

-
-

This isn't the page you are looking for. You may have mistyped the address or the page may have moved.

-
- + +
+
+
+
+

Oops! Page not found

+
+

This isn't the page you are looking for. You may have mistyped the address or the page may have moved.

+
+
- - - +
From 82e75862dc5367ea2bde2720e7250815decebe7f Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 13:04:47 -0700 Subject: [PATCH 7/9] Updated last modified. Also closes #621 #631 --- sponsorships.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sponsorships.md b/sponsorships.md index fd6180b0..6f4fc5a5 100644 --- a/sponsorships.md +++ b/sponsorships.md @@ -2,7 +2,7 @@ layout: page permalink: /sponsorships/ title: Sponsor Us - Software Testing Conferences -last_modified_at: 2023-12-14 22:24:00 +last_modified_at: 2025-11-11 13:01:00 --- **Sponsoring Us** From 97ee2294a8045f96335f44598d13060ec2470c95 Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 13:09:25 -0700 Subject: [PATCH 8/9] Typo in SETUP.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 1dd26726..a8605525 100644 --- a/SETUP.md +++ b/SETUP.md @@ -6,7 +6,7 @@ - If it doesn't you can browse to `http://localhost:4000/` -Now you can make changes and see how they local in your local browser. +Now you can make changes and see how they look in your local browser. When you are done: From 31c5ccbca84dba6e2acaa50370c6bb93a6b421fe Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Thu, 11 Sep 2025 13:09:49 -0700 Subject: [PATCH 9/9] Style text align center Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index f995e1ec..969aeea9 100644 --- a/404.html +++ b/404.html @@ -13,7 +13,7 @@

Oops! Page not found

This isn't the page you are looking for. You may have mistyped the address or the page may have moved.

-