From dc36afcca31884c010c81c0f2ecac171f49ae905 Mon Sep 17 00:00:00 2001 From: Aigars Silkalns Date: Thu, 10 Sep 2026 17:18:12 +0300 Subject: [PATCH] Add three free church website starters --- src/_data/starters/church-bethel-eleventy.json | 7 +++++++ src/_data/starters/church-canterbury-eleventy.json | 7 +++++++ src/_data/starters/church-threshold-eleventy.json | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 src/_data/starters/church-bethel-eleventy.json create mode 100644 src/_data/starters/church-canterbury-eleventy.json create mode 100644 src/_data/starters/church-threshold-eleventy.json diff --git a/src/_data/starters/church-bethel-eleventy.json b/src/_data/starters/church-bethel-eleventy.json new file mode 100644 index 0000000000..c1a3bdc070 --- /dev/null +++ b/src/_data/starters/church-bethel-eleventy.json @@ -0,0 +1,7 @@ +{ + "url": "https://github.com/ChurchCreation/church-bethel-eleventy", + "name": "Bethel", + "description": "A free church website template for evangelical and Baptist congregations. Eight pages, self-hosted typefaces, dark mode and no external requests.", + "author": "ChurchCreation", + "demo": "https://churchcreation.com/demo/bethel/" +} diff --git a/src/_data/starters/church-canterbury-eleventy.json b/src/_data/starters/church-canterbury-eleventy.json new file mode 100644 index 0000000000..1e25b7cf40 --- /dev/null +++ b/src/_data/starters/church-canterbury-eleventy.json @@ -0,0 +1,7 @@ +{ + "url": "https://github.com/ChurchCreation/church-canterbury-eleventy", + "name": "Canterbury", + "description": "A free church website template for Anglican, Episcopal and Catholic parishes. The liturgical season is computed from the date and colours the page, and the movable feasts are worked out rather than typed in.", + "author": "ChurchCreation", + "demo": "https://churchcreation.com/demo/canterbury/" +} diff --git a/src/_data/starters/church-threshold-eleventy.json b/src/_data/starters/church-threshold-eleventy.json new file mode 100644 index 0000000000..d764baff7b --- /dev/null +++ b/src/_data/starters/church-threshold-eleventy.json @@ -0,0 +1,7 @@ +{ + "url": "https://github.com/ChurchCreation/church-threshold-eleventy", + "name": "Threshold", + "description": "A free church website template for church plants and multisite churches. A fixed side rail instead of a hero, with pages for locations, next steps and messages.", + "author": "ChurchCreation", + "demo": "https://churchcreation.com/demo/threshold/" +}