From 6c4fb9749c565817a1ba35ad25d29b97340e2e8b Mon Sep 17 00:00:00 2001 From: markoz Date: Fri, 12 Jun 2020 13:38:44 -0500 Subject: [PATCH 1/3] Change name to Vercel --- docs/_docs/deployment/third-party.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/deployment/third-party.md b/docs/_docs/deployment/third-party.md index ffb195210e7..28cd6719fb1 100644 --- a/docs/_docs/deployment/third-party.md +++ b/docs/_docs/deployment/third-party.md @@ -56,9 +56,9 @@ Read this [Jekyll step-by-step guide](https://www.netlify.com/blog/2015/10/28/a- [Static Publisher](https://github.com/static-publisher/static-publisher) is another automated deployment option with a server listening for webhook posts, though it's not tied to GitHub specifically. It has a one-click deploy to Heroku, it can watch multiple projects from one server, it has an easy to user admin interface and can publish to either S3 or to a git repository (e.g. gh-pages). -## ZEIT +## Vercel -[ZEIT](https://zeit.co/) provides zero config continuous deployment, HTTPS Custom domains, high performance smart CDN, you get instant static deploy for free. +[Vercel](https://vercel.com/) provides zero config continuous deployment, HTTPS Custom domains, high performance smart CDN, you get instant static deploy for free. ## 21YunBox From b10eaa65bb82deb29d2db057f144072e5e314ff7 Mon Sep 17 00:00:00 2001 From: markoz Date: Fri, 12 Jun 2020 13:39:03 -0500 Subject: [PATCH 2/3] Change name to Vercel --- docs/_tutorials/convert-site-to-jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/convert-site-to-jekyll.md b/docs/_tutorials/convert-site-to-jekyll.md index 94e4bc1c296..bad882a2332 100644 --- a/docs/_tutorials/convert-site-to-jekyll.md +++ b/docs/_tutorials/convert-site-to-jekyll.md @@ -534,7 +534,7 @@ layout: null Although websites can implement more sophisticated features and functionality, we've covered the basics in this tutorial. You now have a fully functional Jekyll site. -To deploy your site, consider using [GitHub Pages](https://pages.github.com/), [Netlify](https://www.netlify.com/), [ZEIT](https://zeit.co), [Render](https://render.com), [Amazon AWS S3](https://aws.amazon.com/s3/) using the [s3_website plugin](https://github.com/laurilehmijoki/s3_website), or just FTP your files to your web server. +To deploy your site, consider using [GitHub Pages](https://pages.github.com/), [Netlify](https://www.netlify.com/), [Vercel](https://vercel.com), [Render](https://render.com), [Amazon AWS S3](https://aws.amazon.com/s3/) using the [s3_website plugin](https://github.com/laurilehmijoki/s3_website), or just FTP your files to your web server. You can also package your layouts, includes and assets into a Ruby `gem` and [make it a Jekyll theme](/docs/themes/). From 356ce70d80372334840f59390780bcd3be6d8083 Mon Sep 17 00:00:00 2001 From: markoz Date: Fri, 12 Jun 2020 13:39:22 -0500 Subject: [PATCH 3/3] Change name to Vercel --- docs/pages/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/resources.md b/docs/pages/resources.md index 471ff57a056..27483ebe77e 100644 --- a/docs/pages/resources.md +++ b/docs/pages/resources.md @@ -22,7 +22,7 @@ some of the most popular Jekyll resources. - [Community tutorials]({{ '/tutorials/home/' | relative_url }}) - [Deploy Jekyll 4 on GitHub Pages]({{ '/docs/continuous-integration/github-actions/' | relative_url }}) -- [Deploy Jekyll on Vercel](https://github.com/zeit/now/tree/master/examples/jekyll) +- [Deploy Jekyll on Vercel](https://github.com/vercel/now/tree/master/examples/jekyll) - [Deploy Jekyll 4 on Netlify](https://www.netlify.com/blog/2020/04/02/a-step-by-step-guide-jekyll-4.0-on-netlify/) - [CloudCannon Academy](https://learn.cloudcannon.com/) is a set of resources created by [CloudCannon](https://cloudcannon.com/) to help folks get up and running with Jekyll. They cover all skill levels, and even include some great video tutorials. - [Jekyll Cheatsheet](https://learn.cloudcannon.com/jekyll-cheat-sheet/) is a single-page resource for Jekyll filters, variables, and the like.