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