Handcrafted artisanal lollipops — elevated flavors for gifting and special occasions.
index.html
— Homepage with hero and featured productsshop.html
— Full product catalog with category filterproduct.html
— Product detail templateabout.html
,contact.html
,faq.html
,terms.html
— Additional pagesdata/products.json
— Product dataassets/images/
— Placeholder images.nojekyll
— Prevents Jekyll processing on GitHub Pages.github/workflows/gh-pages.yml
— GitHub Actions workflow for Pages deployment
This repo is ready for GitHub Pages.
- Push to the
main
branch. - GitHub Actions will run
.github/workflows/gh-pages.yml
to publish the site. - 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.
Edit CNAME
with your domain (currently SugarSovereign.example
) and configure DNS accordingly.
Edit data/products.json
and add new product objects. Include all required fields.
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.
All rights reserved.