From 00a668b96b3aca1d73a953bdf6b40dc2f091e42b Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 7 Mar 2024 08:49:45 -0600 Subject: [PATCH 1/2] =?UTF-8?q?We=20don=E2=80=99t=20want=20this=20to=20be?= =?UTF-8?q?=20enabled=20by=20default=20for=20everyone.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/{deploy-pages.yml => deploy-pages.yml.sample} | 3 +++ 1 file changed, 3 insertions(+) rename .github/workflows/{deploy-pages.yml => deploy-pages.yml.sample} (82%) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml.sample similarity index 82% rename from .github/workflows/deploy-pages.yml rename to .github/workflows/deploy-pages.yml.sample index 872d067..61f3a3c 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml.sample @@ -1,3 +1,6 @@ +# If you’d like to deploy this to GitHub pages, rename this +# file to `deploy-pages.yml` and read the mini-tutorial on +# https://www.11ty.dev/docs/deployment/#deploy-an-eleventy-project-to-github-pages name: Deploy to GitHub Pages on: From efeeeb60b53132c03d9a27725d49206408a8aa7f Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 7 Mar 2024 08:52:42 -0600 Subject: [PATCH 2/2] A few more GitHub pages tweaks --- .../{deploy-pages.yml.sample => gh-pages.yml.sample} | 2 +- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) rename .github/workflows/{deploy-pages.yml.sample => gh-pages.yml.sample} (95%) diff --git a/.github/workflows/deploy-pages.yml.sample b/.github/workflows/gh-pages.yml.sample similarity index 95% rename from .github/workflows/deploy-pages.yml.sample rename to .github/workflows/gh-pages.yml.sample index 61f3a3c..ac919a0 100644 --- a/.github/workflows/deploy-pages.yml.sample +++ b/.github/workflows/gh-pages.yml.sample @@ -1,5 +1,5 @@ # If you’d like to deploy this to GitHub pages, rename this -# file to `deploy-pages.yml` and read the mini-tutorial on +# file to `gh-pages.yml` and read the mini-tutorial on # https://www.11ty.dev/docs/deployment/#deploy-an-eleventy-project-to-github-pages name: Deploy to GitHub Pages diff --git a/README.md b/README.md index 7177590..9426f25 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,11 @@ Or you can run [debug mode](https://www.11ty.dev/docs/debugging/) to see all the Deploy this Eleventy site in just a few clicks on these services: -- [Get your own Eleventy web site on Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/11ty/eleventy-base-blog) +- [Deploy this to **Netlify**](https://app.netlify.com/start/deploy?repository=https://github.com/11ty/eleventy-base-blog) +- [Deploy this to **Vercel**](https://vercel.com/import/project?template=11ty%2Feleventy-base-blog) +- Look in `.github/workflows/gh-pages.yml.sample` for information on Deploying to **GitHub Pages**. +- [Try it out on **Stackblitz**](https://stackblitz.com/github/11ty/eleventy-base-blog) - If you run Eleventy locally you can drag your `_site` folder to [`drop.netlify.com`](https://drop.netlify.com/) to upload it without using `git`. -- [Get your own Eleventy web site on Vercel](https://vercel.com/import/project?template=11ty%2Feleventy-base-blog) -- [Try it out on Stackblitz](https://stackblitz.com/github/11ty/eleventy-base-blog) - Read more about [Deploying an Eleventy project](https://www.11ty.dev/docs/deployment/) to the web. ### Implementation Notes