smooth80 / mighty-chili

Jamstack site created with Stackbit

Home Page:https://jamstack.new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ mighty-chili ✨

This is a Hugo site using Sanity 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. Follow the installation guide to install Hugo

  2. This theme uses Hugo Pipes to handle SCSS – please ensure you have the Hugo extended version installed:

     hugo version
    
  3. Get "stackbit-deploy (Read+Write)" API token from your Sanity management console

  4. Assign this access token to the SANITY_ACCESS_TOKEN environment variable:

     export SANITY_ACCESS_TOKEN={sanity_read_write_api_token}
    
  5. Run the following command to fetch the content from Sanity:

     npx @stackbit/sanity-pull --ssg hugo --sanity-project-id onyn9d8m --sanity-token $SANITY_ACCESS_TOKEN
    
  6. [Optional] Run Sanity Studio locally: install sanity-cli npm install -g @sanity/cli, navigate to the /studio directory, and run sanity install and sanity start. You may be required to login with the Sanity CLI.

  7. Start the Hugo development server:

     hugo server
    
  8. Open http://localhost:1313/ in the browser

  9. 🎉

Editing Content

To start editing your site, you can use the Sanity interface at https://mighty-chili-330c6.sanity.studio/.

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-09-28T15:15:43.764Z by Stackbit version 0.3.55.

About

Jamstack site created with Stackbit

https://jamstack.new

License:Other


Languages

Language:JavaScript 46.5%Language:HTML 33.3%Language:SCSS 19.9%Language:Shell 0.3%