From b1601b632325fa9c4c29bc6b0be484cfd16e13a5 Mon Sep 17 00:00:00 2001 From: Craig Buchek Date: Tue, 21 May 2024 17:09:04 -0700 Subject: [PATCH] Fix GitHub Pages failure Jekyll is getting this error in the build script: Invalid scheme format: 'The Web' (Addressable::URI::InvalidURIError) It turned out that Jekyll crashed because there was a file name with a colon (`:`). --- ...pt.md => The Web - Not Just HTML, CSS, and JavaScript.md} | 5 ++--- proposals/RailsConf/2024/How the Web Works.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) rename proposals/RailsConf/2022/{The Web: Not Just HTML, CSS, and JavaScript.md => The Web - Not Just HTML, CSS, and JavaScript.md} (97%) diff --git a/proposals/RailsConf/2022/The Web: Not Just HTML, CSS, and JavaScript.md b/proposals/RailsConf/2022/The Web - Not Just HTML, CSS, and JavaScript.md similarity index 97% rename from proposals/RailsConf/2022/The Web: Not Just HTML, CSS, and JavaScript.md rename to proposals/RailsConf/2022/The Web - Not Just HTML, CSS, and JavaScript.md index 4ff25f8..363e8be 100644 --- a/proposals/RailsConf/2022/The Web: Not Just HTML, CSS, and JavaScript.md +++ b/proposals/RailsConf/2022/The Web - Not Just HTML, CSS, and JavaScript.md @@ -1,5 +1,4 @@ -The Web: Not Just HTML, CSS, and JavaScript -======= +# The Web - Not Just HTML, CSS, and JavaScript Type: workshop Track: General @@ -102,4 +101,4 @@ I'll probably work my way through the areas in the same order they're normally a Of course there are some exceptions to the rules, where smaller is not better: * Documentation -* Commit messages \ No newline at end of file +* Commit messages diff --git a/proposals/RailsConf/2024/How the Web Works.md b/proposals/RailsConf/2024/How the Web Works.md index ded473f..0539077 100644 --- a/proposals/RailsConf/2024/How the Web Works.md +++ b/proposals/RailsConf/2024/How the Web Works.md @@ -4,7 +4,7 @@ * How the Web Works * How does the Web work? -* Maybe "The Web: Everything Besides HTML, CSS, and JavaScript" +* Maybe "The Web - Everything Besides HTML, CSS, and JavaScript" * Maybe "The Web, minus HTML, CSS, and JavaScript"