https://github.com/upvalue/woof-repl
https://github.com/upvalue/woof-repl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upvalue/woof-repl
- Owner: upvalue
- Created: 2021-02-28T21:59:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T17:16:52.000Z (about 3 years ago)
- Last Synced: 2025-03-15T04:53:58.848Z (3 months ago)
- Language: JavaScript
- Homepage: woof-repl.vercel.app
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Jekyll project with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/jekyll)
_Live Example: https://jekyll.now-examples.now.sh_
### 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
```