https://github.com/chobbledotcom/chobble-template
The Chobble Template - a complete Eleventy starter for small businesses
https://github.com/chobbledotcom/chobble-template
11ty 11ty-starter agplv3 eleventy eleventy-starter starter
Last synced: 2 months ago
JSON representation
The Chobble Template - a complete Eleventy starter for small businesses
- Host: GitHub
- URL: https://github.com/chobbledotcom/chobble-template
- Owner: chobbledotcom
- License: agpl-3.0
- Created: 2025-04-02T18:14:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T15:09:32.000Z (3 months ago)
- Last Synced: 2025-07-30T18:34:32.254Z (2 months ago)
- Topics: 11ty, 11ty-starter, agplv3, eleventy, eleventy-starter, starter
- Language: JavaScript
- Homepage: https://example.chobble.com
- Size: 9.77 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# The Chobble Template
**⚠️ Don't forget to change the Formspark and Botpoison info in `_site/data.json`!! ⚠️ or in your Forgejo repository's secrets**
**See this template in action at:**
- [example.chobble.com](https://example.chobble.com) (hosted on Neocities)
- [example-pgs.chobble.com](https://example-pgs.chobble.com) (hosted on [Pico.sh](https://pico.sh/pgs))
- [tradesperson-example.chobble.com](https://tradesperson-example.chobble.com) (example builder site)
- [example-bunny.chobble.com](https://example-bunny.chobble.com) (example builder site, hosted on Bunny.net)**Want me to make you a website based on this template?** Hit me up at [chobble.com](https://chobble.com).
**💖 Want to support the development of this template? 💖** Donate at [liberapay.com/chobble](https://liberapay.com/chobble/)
This should let you get started with the Eleventy static site builder on NixOS / Nix, really easily.
Featuring common business website features like:
- News
- Reviews
- Products
- Categories
- Galleries
- Team members
- Menus
- A contact form using [Formspark](https://formspark.io/) and [Botpoison](https://botpoison.com/)
- Heading images
- Customisable strings
- Responsive images with `srcset`, [base64 low quality placeholders](https://blog.chobble.com/blog/25-04-16-adding-base64-image-backgrounds-to-eleventy-img/), optional custom croppingAnd Nix'y features like:
- [direnv](https://direnv.net/) support via `flake.nix` - run `direnv allow`
- or run `nix develop` if you don't have direnv
- `nix-build` support using `flake-compat`
- `serve` shell script to run Eleventy and SASS locally
- `build` shell script to build the site into `_site`And Eleventy features like:
- Canonical URLs
- A directory to store favicon cruft
- A `_data/site.json` metadata store
- A `collection.images` collection of the files in `src/images`And quality of life features like:
- Linting with [Biome](https://biomejs.dev/)
- Tidy HTML output from [Prettier](https://prettier.io)
- CSS bundling (but not in dev)
- Instant page navigation from [Turbo](https://turbo.hotwired.dev/)**Want a website based on this template? Clone this repo, or hit me up at [Chobble.com](https://chobble.com).**