Handcrafted artisanal lollipops — elevated flavors for gifting and special occasions.
index.html
— Home page with hero and featured productsshop.html
— Catalog with filtersproduct.html
— Product detail templateabout.html
,contact.html
,faq.html
,terms.html
— Informational pagesdata/products.json
— Product dataassets/images/
— Imagesstyles/style.css
— Stylesscripts/main.js
— Client-side logic.nojekyll
— Prevents Jekyll processing404.html
— Custom not found page.github/workflows/gh-pages.yml
— GitHub Pages deployment workflowCNAME
— Custom domain configuration
This repo is configured to deploy to GitHub Pages via GitHub Actions:
- Push changes to the
main
branch. - GitHub Actions will build and deploy the site to Pages automatically.
- Ensure Pages is enabled in your repo settings, with source set to GitHub Actions.
The GITHUB_TOKEN
secret is automatically provided by GitHub for Actions. No additional secrets are required for static deployment.
Edit data/products.json
to add or update products. Include all required fields.
Currently, "Order" buttons link to a mailto:
address. To integrate payments later, consider:
- Embedding a Shopify Buy Button
- Using Stripe Checkout with client-only integration (requires serverless functions or third-party services)
All rights reserved.