CLAUDE.md
Project Overview
Intergalactic Bounce — Jekyll static site for a bouncy castle hire business in Palnackie and Dalbeattie, Dumfries and Galloway, Scotland.
Business:
- One bouncy castle (may expand)
- £40/hour hire rate
- Serves Palnackie and Dalbeattie only
- Owner: Chris (chris@nashintergalactic.com)
Booking flow:
- Customer visits
pages/book.htmland clicks the WhatsApp link - WhatsApp opens with a pre-filled message to 07827910339
- Owner handles booking manually via WhatsApp
Development Commands
bundle install
bundle exec jekyll serve --livereload # http://localhost:4000
bundle exec jekyll build
Architecture
_layouts/default.html— base shell (nav, footer, all CSS inline as<style>)_layouts/home.html,_layouts/page.html— extend defaultindex.html— homepagepages/book.html— WhatsApp CTA page (no JS, no form)pages/faq.html— FAQ
No JavaScript on any page.
Deployment
GitHub Pages — push to main, site rebuilds automatically.