Skip to content

Commit 3bfd497

Browse files
committed
feat: rename to capital c
1 parent df331ea commit 3bfd497

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

.cursor/rules/project.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Still We Gather - Cursor Rules"
2+
title: "Capital C - Cursor Rules"
33
description: "Development guidelines for the open source church management system"
44
version: "0.0.1"
55
lastUpdated: "2025-07-09"

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Upload to Deno Deploy
3232
uses: denoland/deployctl@v1
3333
with:
34-
project: "still-we-gather"
34+
project: "capital-c"
3535
entrypoint: "main.ts"
3636
root: "."

PRD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Still We Gather - An Open Source Church Management System (ChMS)
1+
# Capital C - An Open Source Church Management System (ChMS)
22

33
### 1. Overview
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Still We Gather
1+
# Capital C
22

3-
![Still We Gather Logo](static/android-chrome-192x192.png)
3+
![Capital C Logo](static/android-chrome-192x192.png)
44

55
Everything you need to shepherd your church.
66

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
surrealdb:
33
image: surrealdb/surrealdb:v2.3.7
44
pull_policy: always
5-
command: start --log $SURREALDB_LOG_LEVEL --user $SURREALDB_ROOT_USERNAME --pass $SURREALDB_ROOT_PASSWORD rocksdb:/data/stillwegather.db
5+
command: start --log $SURREALDB_LOG_LEVEL --user $SURREALDB_ROOT_USERNAME --pass $SURREALDB_ROOT_PASSWORD rocksdb:/data/capitalc.db
66
ports:
77
- "${SURREALDB_PORT}:8000"
88
volumes:

routes/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function App({ Component }: PageProps) {
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Still We Gather</title>
8+
<title>Capital C</title>
99

1010
<link rel="stylesheet" href="/styles.css" />
1111
<link

routes/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ export default function Home(): JSX.Element {
6060
<div class="flex items-center gap-3">
6161
<img
6262
src="/android-chrome-192x192.png"
63-
alt="Still We Gather Logo"
63+
alt="Capital C Logo"
6464
class="w-10 h-10 rounded"
6565
style={{ imageRendering: "auto" }}
6666
/>
6767
<a href="/" class="text-xl font-bold text-slate-900 tracking-tight">
68-
Still We Gather
68+
Capital C
6969
</a>
7070
</div>
7171
<a
@@ -186,7 +186,7 @@ export default function Home(): JSX.Element {
186186
{/* Footer */}
187187
<footer class="mt-auto py-12 px-4 bg-slate-900 text-slate-100 text-center text-sm flex flex-col items-center">
188188
<div class="text-2xl font-bold mb-2 tracking-tight">
189-
Still We Gather
189+
Capital C
190190
</div>
191191
<div class="text-slate-300 mb-4">
192192
&copy; {new Date().getFullYear()}{" "}
@@ -195,7 +195,7 @@ export default function Home(): JSX.Element {
195195
<div class="w-full max-w-xs mx-auto border-t border-slate-700 my-4">
196196
</div>
197197
<a
198-
href="https://github.com/wewillcraft/stillwegather"
198+
href="https://github.com/wewillcraft/capital-c"
199199
target="_blank"
200200
rel="noopener noreferrer"
201201
class="inline-block text-slate-300 hover:text-orange-400 underline transition text-base font-medium py-2"

static/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Still We Gather",
3-
"short_name": "Still We Gather",
2+
"name": "Capital C",
3+
"short_name": "Capital C",
44
"icons": [
55
{
66
"src": "/android-chrome-192x192.png",

0 commit comments

Comments
 (0)