An open API service indexing awesome lists of open source software.

https://github.com/upvalue/woof-repl


https://github.com/upvalue/woof-repl

Last synced: 3 months ago
JSON representation

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.

[![Deploy with Vercel](https://vercel.com/button)](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
```