Skip to content

forestryio-templates/belkirk-jekyll-demo

Folders and files

NameName
Last commit message
Last commit date
Aug 22, 2019
Sep 11, 2018
Dec 7, 2018
May 23, 2018
Feb 18, 2018
Jun 7, 2018
Jan 22, 2018
Feb 17, 2018
Feb 25, 2018
Feb 18, 2018
Jan 19, 2018
Jan 17, 2018
Dec 7, 2018
Feb 18, 2018
Aug 22, 2019
Jan 19, 2018
Aug 22, 2019
Aug 4, 2021
Aug 23, 2019
Aug 22, 2019
Feb 17, 2018
Dec 7, 2018
Jan 19, 2018
Feb 17, 2018
Feb 17, 2018

Repository files navigation

Forestry Jekyll demo

A Jekyll demo site for Forestry CMS.

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:

Documentation

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

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