Skip to content

chiragbhatt311/website_builder0

Repository files navigation

Sugar Sovereign

Handcrafted artisanal lollipops — elevated flavors for gifting and special occasions.

Structure

  • index.html — Homepage with hero and featured products
  • shop.html — Full product catalog with category filter
  • product.html — Product detail template
  • about.html, contact.html, faq.html, terms.html — Additional pages
  • data/products.json — Product data
  • assets/images/ — Placeholder images
  • .nojekyll — Prevents Jekyll processing on GitHub Pages
  • .github/workflows/gh-pages.yml — GitHub Actions workflow for Pages deployment

Deployment

This repo is ready for GitHub Pages.

  1. Push to the main branch.
  2. GitHub Actions will run .github/workflows/gh-pages.yml to publish the site.
  3. The site will be available at your GitHub Pages URL or custom domain if configured.

GITHUB_TOKEN is automatically provided by GitHub Actions for authentication.

Custom Domain

Edit CNAME with your domain (currently SugarSovereign.example) and configure DNS accordingly.

Adding Products

Edit data/products.json and add new product objects. Include all required fields.

Payment Integration

Currently, "Order" buttons link to mailto:orders@sugarsovereign.example. To integrate payments later, consider:

  • Stripe Checkout
  • Shopify Buy Buttons

These will require server-side or third-party integration.

License

All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published