https://github.com/dbelyaeff/forestry-demo
https://github.com/dbelyaeff/forestry-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbelyaeff/forestry-demo
- Owner: dbelyaeff
- Created: 2019-08-26T17:21:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T06:41:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T15:35:00.758Z (over 1 year ago)
- Language: HTML
- Size: 20.7 MB
- Stars: 0
- Watchers: 1
- 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.0
Once you've cloned the repository:
```
# Install project dependencies
bundle install
# Run a local server to preview your work
bundle exec jekyll serve
```