A single‑file static website tailored for GitHub Pages with strong SEO, accessibility, and performance.
- Create a new public repository, e.g.
lucilles-bbqunder your GitHub account. - Upload everything in this folder (including
sitemap.xmlandrobots.txt). - In the repo settings → Pages, choose the
mainbranch and/rootfor the site. Save. - Your site will be live at
https://<YOUR_GITHUB_USERNAME>.github.io/lucilles-bbq/.
- The gallery hotlinks to publicly available images of Lucille’s BBQ (Fort Wayne). You may replace them under
/assets/img/in the future to self‑host. - Business details: 9011 Lima Rd, Fort Wayne, IN 46818 • (260) 203‑3937 • Open Daily 11 AM – 9 PM.
- Online ordering via Toast: https://www.toasttab.com/local/order/lucilles-bbq-lima-9011-lima-rd/r-d5450df7-166c-45e3-9289-df195a475493
- Update the
<YOUR_GITHUB_USERNAME>placeholder inindex.html,sitemap.xml, androbots.txt. - Swap the favicon in
<head>with your own SVG/PNG. - If you have official logo files/brand colors, add them in
assets/css/styles.cssand replace the badge.
Only if you have rights/permission to host these images.
- Ensure you have Python 3 (or use the included Bash script).
- Run one of:
python3 scripts/fetch_images.pybash scripts/fetch_images.sh
- Commit & push the downloaded files under
assets/images/lucilles/to your repo. - The site points to local files first and falls back to public URLs if a file is missing.
See ATTRIBUTIONS.md and photos.html for source pages.