diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/gh-pages.yml.sample similarity index 83% rename from .github/workflows/deploy-pages.yml rename to .github/workflows/gh-pages.yml.sample index 872d067..ac919a0 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/gh-pages.yml.sample @@ -1,3 +1,6 @@ +# If you’d like to deploy this to GitHub pages, rename this +# 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 on: diff --git a/README.md b/README.md index 5e21e4f..2e3b478 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