# Jekyll Example This directory is a brief example of a [Jekyll](https://jekyllrb.com/) site that can be deployed to Vercel with zero configuration. ## Deploy Your Own Deploy your own Jekyll project with Vercel. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/jekyll&template=jekyll) _Live Example: https://jekyll-template.vercel.app_ ### How We Created This Example To get started with Jekyll for deployment with Vercel, you can use the [Jekyll CLI](https://jekyllrb.com/docs/usage/) to initialize the project: ```shell $ jekyll new my-blog ```