Skip to content

Commit

Permalink
Change name to ▲Vercel (#8247)
Browse files Browse the repository at this point in the history
Merge pull request 8247
  • Loading branch information
markozxuu committed Jun 12, 2020
1 parent df75b3b commit e874ba3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/deployment/third-party.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/_tutorials/convert-site-to-jekyll.md
Expand Up @@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/resources.md
Expand Up @@ -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.
Expand Down

0 comments on commit e874ba3

Please sign in to comment.