mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 04:22:07 +00:00
20 lines
653 B
Markdown
20 lines
653 B
Markdown
# 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.
|
|
|
|
[](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
|
|
```
|