aazahrou / seobuck

Jamstack site created with Stackbit

Home Page:https://jamstack.new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ seobuck ✨

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 "Content Delivery API - access token" from your Contentful project space

  5. Assign this access token to the CONTENTFUL_ACCESS_TOKEN environment variable:

     export CONTENTFUL_ACCESS_TOKEN={contentful_delivery_api_access_token}
    
  6. Assign your contentful space id to the CONTENTFUL_SPACE_ID environment variable:

     export CONTENTFUL_SPACE_ID={contentful_space_id}
    
  7. Fetch the content from Contentful:

     npx @stackbit/contentful-pull --ssg jekyll --contentful-space-id $CONTENTFUL_SPACE_ID --contentful-access-token $CONTENTFUL_ACCESS_TOKEN
    
  8. Build the site and start the Jekyll local development server

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

  10. 🎉

Editing Content

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

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-05-22T23:23:14.468Z by Stackbit version 0.3.52.

About

Jamstack site created with Stackbit

https://jamstack.new

License:Other


Languages

Language:HTML 46.2%Language:SCSS 39.9%Language:Ruby 11.7%Language:JavaScript 1.5%Language:Shell 0.7%