# jekyll **Repository Path**: yilinn/jekyll ## Basic Information - **Project Name**: jekyll - **Description**: No description available - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-06 - **Last Updated**: 2021-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ``` ### Deploying From Your Terminal You can deploy your new Jekyll project with a single command from your terminal using [Vercel CLI](https://vercel.com/download): ```shell $ vercel ```