https://github.com/datadavev/jekyll
https://github.com/datadavev/jekyll
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datadavev/jekyll
- Owner: datadavev
- Created: 2023-09-11T03:08:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T03:09:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T09:27:15.012Z (over 1 year ago)
- Language: Ruby
- Homepage: https://jekyll-one-fawn.vercel.app
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```