Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 468 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 468 Bytes

IPEM CMS

Jekyll site for Forestry CMS, based on belkirk-jekyll-demo.

Development

Jekyll

To install dependencies:

bundle install

Run development server:

bundle exec jekyll serve

Jekyll and CMS

To install dependencies:

bundle install
npm install

Run Tina CMS and development server:

npx tinacms dev -c "bundle exec jekyll serve"