Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessgusclark/belkirk-jekyll-jesse
https://github.com/jessgusclark/belkirk-jekyll-jesse
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessgusclark/belkirk-jekyll-jesse
- Owner: jessgusclark
- Created: 2020-03-15T13:42:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T10:05:47.000Z (about 2 years ago)
- Last Synced: 2024-10-12T05:49:28.615Z (about 1 month ago)
- Language: HTML
- Size: 20.8 MB
- Stars: 0
- Watchers: 2
- 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:
![](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.0Once you've cloned the repository:
```
# Install project dependencies
bundle install# Run a local server to preview your work
bundle exec jekyll serve
```