From 277e984063e1b4452fcefe94a1bd9a583d2f25be Mon Sep 17 00:00:00 2001 From: stefan burke <83819576+stefan-burke@users.noreply.github.com> Date: Fri, 4 Apr 2025 00:23:44 +0000 Subject: [PATCH] Create chobble-template.md --- content/theme/chobble-template.md | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/theme/chobble-template.md diff --git a/content/theme/chobble-template.md b/content/theme/chobble-template.md new file mode 100644 index 000000000..7842cb7e7 --- /dev/null +++ b/content/theme/chobble-template.md @@ -0,0 +1,37 @@ +--- +title: "Chobble Template" +github: https://git.chobble.com/chobble/chobble-template +demo: https://example.chobble.com +author: Chobble +date: 2025-04-04 +ssg: + - Eleventy +cms: + - No CMS +css: + - MVP +archetype: + - Business + - Products + - Blog +description: An opinionated theme for small business websites +--- + +# An opinionated theme for small business websites + +This is the template used for websites made by [Chobble](https://chobble.com). It's designed to help get a small business website up and running quickly, and is especially handy if you use Nix / NixOS since that's all set up with direnv and flakes. + +## Features + +* Product and category listings +* News system with archive +* Galleries +* RSS Feed +* Sitemap +* Social media links +* (Optionally) build with Nix Flakes for reproducibility +* Responsive images with Eleventy's [image plugin](https://www.11ty.dev/docs/plugins/image/) +* Tiered navigation with Eleventy's [navigation plugin](https://www.11ty.dev/docs/plugins/navigation/) +* Styled based on minimalist [MVP.css](https://andybrewer.github.io/mvp/) +* Contact form with [Formspark](https://formspark.io/) and [Botpoison](https://botpoison.com/) +* [Turbo](https://turbo.hotwired.dev/) for instant page loads