Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jessgusclark/belkirk-jekyll-jesse


https://github.com/jessgusclark/belkirk-jekyll-jesse

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Forestry Jekyll demo

A Jekyll demo site for [Forestry CMS](https://forestry.io).

## Import to Forestry

This project has been pre-configured to work with Forestry, just import your repository ✨.
Any changes you make will be commited back to the repo, and deployed if you're using Netlify.


Import this project into Forestry

Forestry empowers editors with a usable interface to edit Markdown, YAML and JSON files:

![](https://res.cloudinary.com/forestry-demo/image/fetch/c_limit,dpr_auto,f_auto,q_80,w_1205/https://forestry.io/uploads/2018/12/draft-post-editor.png)

## Documentation

- [Forestry docs](https://forestry.io/docs/welcome/)
- [Jekyll Developer Guide](https://forestry.io/docs/guides/developing-with-jekyll/)
- [Jekyll docs](https://jekyllrb.com)

## Deployment

The easiest way to deploy this Jekyll v4 demo is to build and deploy through https://netlify.com, just click the button below and follow the instructions.

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/forestryio-templates/belkirk-jekyll-demo)

## Running locally

### Requirements

- Ruby > 2.4
- Bundler > 2.0
- Jekyll > 4.0

Once you've cloned the repository:

```
# Install project dependencies
bundle install

# Run a local server to preview your work
bundle exec jekyll serve
```