No description
Find a file
2025-08-13 14:40:12 +01:00
.forgejo/workflows Nicer serve script, make Bunny CDN things secrets 2025-04-10 18:01:44 +01:00
.github/workflows Add Github action 2025-07-18 10:31:27 +01:00
.image-cache Do everything in the Forgejo actions 2025-04-09 00:14:14 +00:00
_data Update .pages.yml 2025-08-12 12:34:42 +01:00
bin Update .pages.yml 2025-08-12 11:10:40 +01:00
css Rename _scss to css 2025-08-13 14:40:12 +01:00
pages Add serve script 2025-04-06 23:12:19 +00:00
.pages.yml Update .pages.yml 2025-08-12 12:34:42 +01:00
README.md Add README 2025-08-12 08:08:56 +01:00

Chobble Client Site Builder

Quick static site generator that combines the Chobble Template with your content.

Quick Start

  1. Add your content - Edit markdown files and images in the relevant folders
  2. Push to GitHub - The site builds automatically via GitHub Actions
  3. Deploy happens automatically - Site deploys to Neocities (or your chosen host)

What Goes Where

The .pages.yml defines all your content types:

  • pages/ - Static pages with navigation
  • news/ - Blog posts with dates
  • products/ - Shop items with prices and Etsy links
  • categories/ - Product categories
  • team/ - Team member profiles
  • reviews/ - Customer testimonials
  • events/ - Upcoming events
  • menus/, menu-categories/, menu-items/ - Restaurant menu system
  • snippets/ - Reusable content bits
  • images/ - All your images

How It Works

When you push to GitHub:

  1. GitHub Actions merges your content with the template
  2. Builds the static site with Eleventy
  3. Deploys to your configured hosting (Neocities by default)

Configuration

Set these GitHub secrets for your repo:

  • NEOCITIES_API_KEY - For deployment
  • FORMSPARK_ID - For contact forms (optional)
  • BOTPOISON_PUBLIC_KEY - For spam protection (optional)

Local Development

Run ./bin/build to build locally. The output appears in result/.