https://github.com/harshmandan/belkirk-jekyll-dem
https://github.com/harshmandan/belkirk-jekyll-dem
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshmandan/belkirk-jekyll-dem
- Owner: harshmandan
- Created: 2020-03-20T12:27:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T10:11:07.000Z (over 2 years ago)
- Last Synced: 2025-04-04T03:09:40.598Z (about 2 months 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.0Once you've cloned the repository:
```
# Install project dependencies
bundle install# Run a local server to preview your work
bundle exec jekyll serve
```