Skip to content

cncf/shopify-theme

Repository files navigation

Custom Shopify Theme for CNCF Merchandise Store

Based on Dawn Theme from Shopify.

Updates to this repo are automatically pulled in and deployed to the CNCF Shopify store.

Editing

We recommend using VS Code. There are several recommended extensions in /.vscode/extensions.json which should be suggested for your use when opening this project.

Staying up to date with Dawn changes

To pull in the latest changes and updates to Dawn, you can add a remote upstream pointing to the Dawn repository.

  1. Add an upstream remote that points to Shopify's Dawn repository:
git remote add upstream https://github.com/Shopify/dawn.git
  1. Create a new branch i.e. updates.

  2. Pull in the latest Dawn changes into your repository:

git fetch upstream
git pull upstream main

Theme Check

You can run it from a terminal with the following Shopify CLI command:

shopify theme check

About

👕 Custom Shopify Theme for the CNCF Merchandise Store

Resources

License

Code of conduct

Stars

Watchers

Forks