Fix repo names
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"changelog": [
|
"changelog": [
|
||||||
"@changesets/changelog-github",
|
"@changesets/changelog-github",
|
||||||
{
|
{
|
||||||
"repo": "cloudflare/emdash"
|
"repo": "emdash-cms/emdash"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"commit": false,
|
"commit": false,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ npm create emdash@latest
|
|||||||
|
|
||||||
Or deploy directly to your Cloudflare account:
|
Or deploy directly to your Cloudflare account:
|
||||||
|
|
||||||
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/emdash/tree/main/templates/cloudflare)
|
[](https://deploy.workers.cloudflare.com/?url=https://github.com/emdash-cms/templates/tree/main/blog-cloudflare)
|
||||||
|
|
||||||
EmDash runs on Cloudflare (D1 + R2 + Workers) or any Node.js server with SQLite. No PHP, no separate hosting tier -- just deploy your Astro site.
|
EmDash runs on Cloudflare (D1 + R2 + Workers) or any Node.js server with SQLite. No PHP, no separate hosting tier -- just deploy your Astro site.
|
||||||
|
|
||||||
@@ -166,7 +166,7 @@ See the [documentation](https://docs.emdashcms.com) for guides, API reference, a
|
|||||||
This is a pnpm monorepo. To contribute:
|
This is a pnpm monorepo. To contribute:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/cloudflare/emdash.git && cd emdash
|
git clone https://github.com/emdash-cms/emdash.git && cd emdash
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm build
|
pnpm build
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -82,10 +82,10 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/admin"
|
"directory": "packages/admin"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cloudflare/emdash",
|
"homepage": "https://github.com/emdash-cms/emdash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"astro",
|
"astro",
|
||||||
"cms",
|
"cms",
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/auth"
|
"directory": "packages/auth"
|
||||||
},
|
},
|
||||||
"author": "Matt Kane",
|
"author": "Matt Kane",
|
||||||
|
|||||||
@@ -52,10 +52,10 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/blocks"
|
"directory": "packages/blocks"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cloudflare/emdash",
|
"homepage": "https://github.com/emdash-cms/emdash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"emdash",
|
"emdash",
|
||||||
"cms",
|
"cms",
|
||||||
|
|||||||
@@ -91,10 +91,10 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/cloudflare"
|
"directory": "packages/cloudflare"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cloudflare/emdash",
|
"homepage": "https://github.com/emdash-cms/emdash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"emdash",
|
"emdash",
|
||||||
"cloudflare",
|
"cloudflare",
|
||||||
|
|||||||
@@ -220,10 +220,10 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/core"
|
"directory": "packages/core"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cloudflare/emdash",
|
"homepage": "https://github.com/emdash-cms/emdash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"astro",
|
"astro",
|
||||||
"cms",
|
"cms",
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/create-emdash"
|
"directory": "packages/create-emdash"
|
||||||
},
|
},
|
||||||
"peerDependencies": {},
|
"peerDependencies": {},
|
||||||
|
|||||||
@@ -23,19 +23,19 @@ const TEMPLATES = {
|
|||||||
name: "Blog",
|
name: "Blog",
|
||||||
description: "A blog with posts and pages (Node.js + SQLite)",
|
description: "A blog with posts and pages (Node.js + SQLite)",
|
||||||
dir: "blog",
|
dir: "blog",
|
||||||
repo: "github:cloudflare/emdash/templates/blog",
|
repo: "github:emdash-cms/emdash/templates/blog",
|
||||||
},
|
},
|
||||||
cloudflare: {
|
cloudflare: {
|
||||||
name: "Cloudflare",
|
name: "Cloudflare",
|
||||||
description: "A blog on Cloudflare Workers (D1 + R2)",
|
description: "A blog on Cloudflare Workers (D1 + R2)",
|
||||||
dir: "cloudflare",
|
dir: "cloudflare",
|
||||||
repo: "github:cloudflare/emdash/templates/cloudflare",
|
repo: "github:emdash-cms/emdash/templates/cloudflare",
|
||||||
},
|
},
|
||||||
blank: {
|
blank: {
|
||||||
name: "Blank",
|
name: "Blank",
|
||||||
description: "A minimal starter project",
|
description: "A minimal starter project",
|
||||||
dir: "blank",
|
dir: "blank",
|
||||||
repo: "github:cloudflare/emdash/templates/blank",
|
repo: "github:emdash-cms/emdash/templates/blank",
|
||||||
},
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|||||||
@@ -35,10 +35,10 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/gutenberg-to-portable-text"
|
"directory": "packages/gutenberg-to-portable-text"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cloudflare/emdash",
|
"homepage": "https://github.com/emdash-cms/emdash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
"gutenberg",
|
"gutenberg",
|
||||||
|
|||||||
@@ -26,10 +26,10 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/marketplace"
|
"directory": "packages/marketplace"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cloudflare/emdash",
|
"homepage": "https://github.com/emdash-cms/emdash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"emdash",
|
"emdash",
|
||||||
"cms",
|
"cms",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
"directory": "packages/x402"
|
"directory": "packages/x402"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user