From 95fc0395aa7578e8b7f043b71eb3aedd3984a00c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 07:06:12 +0000 Subject: [PATCH 1/2] Initial plan From 29f90b50bcf0e164b73ed6023385f1c5b9d5bb33 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 07:07:58 +0000 Subject: [PATCH 2/2] Set up GitHub Pages configuration and update README with link Co-authored-by: diluteoxygen <82773456+diluteoxygen@users.noreply.github.com> --- .nojekyll | 0 GITHUB_PAGES_SETUP.md | 56 +++++++++++++++++++++++++++++++++++++++++++ README.md | 4 +++- 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 .nojekyll create mode 100644 GITHUB_PAGES_SETUP.md diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/GITHUB_PAGES_SETUP.md b/GITHUB_PAGES_SETUP.md new file mode 100644 index 0000000..41923dd --- /dev/null +++ b/GITHUB_PAGES_SETUP.md @@ -0,0 +1,56 @@ +# GitHub Pages Setup Instructions + +This repository is now configured to work with GitHub Pages. Follow these steps to enable it: + +## Enable GitHub Pages + +1. Go to the repository settings on GitHub: https://github.com/diluteoxygen/Android-Launcher-Comparison-Table/settings/pages + +2. Under "Build and deployment": + - **Source**: Select "Deploy from a branch" + - **Branch**: Select "main" (or your default branch) and "/ (root)" + - Click "Save" + +3. Wait a few minutes for GitHub to build and deploy your site + +4. Your site will be available at: **https://diluteoxygen.github.io/Android-Launcher-Comparison-Table/** + +## Update Repository Description + +To add the GitHub Pages link to your repository description: + +1. Go to the main repository page: https://github.com/diluteoxygen/Android-Launcher-Comparison-Table + +2. Click the ⚙️ (gear icon) next to "About" on the right side + +3. In the "Description" field, add: + ``` + The Definitive Android Launcher Comparison Table + ``` + +4. Check the box "Use your GitHub Pages website" + - This will automatically add the GitHub Pages URL to your repository + +5. Optionally add topics/tags like: `android`, `launcher`, `comparison`, `table` + +6. Click "Save changes" + +## Verify the Setup + +Once enabled, you can verify the site is working by visiting: +- https://diluteoxygen.github.io/Android-Launcher-Comparison-Table/ + +The interactive comparison table with search and filter functionality should load. + +## What's Included + +- ✅ `index.html` - Main HTML file with interactive comparison table +- ✅ `.nojekyll` - Prevents Jekyll processing (GitHub Pages default processor) +- ✅ `App Icons/` - Directory with launcher icons +- ✅ Updated `README.md` - Now includes link to GitHub Pages site + +## Notes + +- The `.nojekyll` file ensures GitHub Pages serves your HTML file directly without Jekyll processing +- No additional configuration files are needed +- The site will automatically update when you push changes to the main branch diff --git a/README.md b/README.md index 08855a8..99370d3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# [The Definitive Android Launcher Comparison Table](https://www.notion.so/6671f3b62d8043c4aaaae22a241e3f05) +# [The Definitive Android Launcher Comparison Table](https://diluteoxygen.github.io/Android-Launcher-Comparison-Table/) > **Last Updated: February 2026** +> +> 🌐 **[View Interactive Table](https://diluteoxygen.github.io/Android-Launcher-Comparison-Table/)** This table is made to help find a launcher that checks all boxes in terms of need. If you're new to Android theming or Android in general, create a filter below with customizability set to Basic to get started! Credits to [Grabstertv](https://www.reddit.com/user/Grabstertv/) for doing most of the heavy lifting.