https://github.com/lexoyo/belkirk-jekyll-demo_
https://github.com/lexoyo/belkirk-jekyll-demo_
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lexoyo/belkirk-jekyll-demo_
- Owner: lexoyo
- Created: 2020-05-29T22:34:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T13:20:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T14:10:00.506Z (8 months ago)
- Language: HTML
- Size: 21.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.Forestry empowers editors with a usable interface to edit Markdown, YAML and JSON files:

## 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.
[](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.0Once you've cloned the repository:
```
# Install project dependencies
bundle install# Run a local server to preview your work
bundle exec jekyll serve
```