Skip to content

Latest commit

 

History

History
86 lines (56 loc) · 4.64 KB

README.md

File metadata and controls

86 lines (56 loc) · 4.64 KB

✨ charming-mustard ✨

This is a Jekyll site using Contentful as a CMS. It was created with Stackbit in under a minute.

You can create a site just like this one, or explore some variations. How about a different:

🎨  Look
✏️  CMS
⚙️  Static site generator

Develop Locally

  1. Install a full Ruby development environment

  2. Install Jekyll and Bundler:

     gem install jekyll bundler
    
  3. Install dependencies from Gemfile:

     bundle install
    
  4. Get the project's stackbit-api-key from the Stackbit dashboard

  5. Assign this key to the STACKBIT_API_KEY environment variable (replace {stackbit_api_key} with the actual key):

     export STACKBIT_API_KEY={stackbit_api_key}
    
  6. Fetch the content from Contentful:

     npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/6035725c9cfb300016205af2
    
  7. Build the site and start the Jekyll local development server

     bundle exec jekyll serve --livereload
    
  8. Open http://localhost:4000 in the browser

  9. 🎉

Editing Content

To start editing your site, you can use the Contentful interface at https://app.contentful.com/spaces/udzvyp6k2jul.

Alternatively, you can use the free on-page editing experience provided by the Stackbit Studio.

Here's a few resources to get you started:

If you need a hand, make sure to check the Stackbit support page.

Colophon

Generated at 2021-02-23T21:33:31.804Z by Stackbit version 0.3.49.