From f30c79c0d9998355bfdb3e4f4988d4e986149771 Mon Sep 17 00:00:00 2001 From: Zearin Date: Thu, 4 May 2023 16:36:08 -0400 Subject: [PATCH 1/3] Add JSDoc (for completion) eleventy.config.js --- eleventy.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eleventy.config.js b/eleventy.config.js index 3fba4b7..6a897fc 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -10,6 +10,7 @@ const { EleventyHtmlBasePlugin } = require("@11ty/eleventy"); const pluginDrafts = require("./eleventy.config.drafts.js"); const pluginImages = require("./eleventy.config.images.js"); +/** @param {import('@11ty/eleventy').UserConfig} eleventyConfig */ module.exports = function(eleventyConfig) { // Copy the contents of the `public` folder to the output folder // For example, `./public/css/` ends up in `_site/css/` From b8ba315770cc209db85d4fed2d1c1d06433e95d7 Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 30 Apr 2024 16:12:44 -0600 Subject: [PATCH 2/3] Update README.md to correct Netlify Drop link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9426f25..61873b0 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Deploy this Eleventy site in just a few clicks on these services: - [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`. +- If you run Eleventy locally you can drag your `_site` folder to [`netlify.com/drop`](https://netlify.com/drop) to upload it without using `git`. - Read more about [Deploying an Eleventy project](https://www.11ty.dev/docs/deployment/) to the web. ### Implementation Notes From 231c29b136cd8f97bedf12f5eebb77755d2d43b6 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Tue, 16 Jul 2024 09:39:53 -0500 Subject: [PATCH 3/3] Update demo URLs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61873b0..a8e37bc 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,8 @@ Or you can run [debug mode](https://www.11ty.dev/docs/debugging/) to see all the ## Demos -- [Netlify](https://eleventy-base-blog.netlify.com/) +- [Netlify](https://eleventy-base-blog.netlify.app/) +- [Vercel](https://demo-base-blog.11ty.dev/) - [GitHub Pages](https://11ty.github.io/eleventy-base-blog/) - [Remix on Glitch](https://glitch.com/~11ty-eleventy-base-blog) - [Cloudflare Pages](https://eleventy-base-blog-d2a.pages.dev/)