From 38a77d37e604506d8727962d0b04d7fdb06d4bb6 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Wed, 25 Sep 2024 14:39:05 -0600 Subject: [PATCH 1/3] Add a redirect for reuse of QR codes --- pages/redirects/conference.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pages/redirects/conference.md diff --git a/pages/redirects/conference.md b/pages/redirects/conference.md new file mode 100644 index 000000000..e735cf768 --- /dev/null +++ b/pages/redirects/conference.md @@ -0,0 +1,6 @@ +--- +layout: page +title: Current Conference +permalink: /events/conference/current/ +redirect: https://us-rse.org/usrse24/program +--- From 5469d8712db7bba24bf0412022b1ab0329d34faf Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Wed, 25 Sep 2024 14:52:11 -0600 Subject: [PATCH 2/3] Add in a frequent offender URL that does connect but hates queries --- .github/workflows/linting.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 9f9d4af5b..fc273bcb3 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -55,7 +55,8 @@ jobs: https://twitter.com/us_rse/status/1447622175133945860,\ https://twitter.com/iancosden/status/1122937311644323841,\ https://bitcon.blacksintechnology.net/,\ - https://travel.usnews.com/features/top-pride-parades-and-celebrations-in-the-us" + https://travel.usnews.com/features/top-pride-parades-and-celebrations-in-the-us,\ + https://family.20thcenturystudios.com/movies/hidden-figures" # Exclude these files from the checker exclude_files: "README.md,\ From b0ec3eba8a26db41558cebbbf49b8ab20dde580b Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Wed, 25 Sep 2024 14:54:51 -0600 Subject: [PATCH 3/3] Add a second horrible offender --- .github/workflows/linting.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index fc273bcb3..378df8f85 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -56,7 +56,8 @@ jobs: https://twitter.com/iancosden/status/1122937311644323841,\ https://bitcon.blacksintechnology.net/,\ https://travel.usnews.com/features/top-pride-parades-and-celebrations-in-the-us,\ - https://family.20thcenturystudios.com/movies/hidden-figures" + https://family.20thcenturystudios.com/movies/hidden-figures,\ + https://www.usatoday.com/story/money/2023/06/07/silicon-valley-tech-black-history-roy-clay/70262081007/" # Exclude these files from the checker exclude_files: "README.md,\