From 4445e4977ae55127806c8df6bb6b453ac5a334ee Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 23 Jan 2024 18:17:54 -0800 Subject: [PATCH] last commit for now --- README.md | 12 ++++++++++-- packages/astro-ghostcms-theme-default/package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddcc8e31..47dddd8c 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,17 @@ For a full always up to date documentation please checkout [Our Website](https:/ ## Repo Structure -This repo is structured as a monorepo. All of our astro-ghostcms packages can be found under the `packages` folder. These are all independently published packages that can be found on [npmjs.com](https://npmjs.com) +This repo is structured as a monorepo. All of our astro-ghostcms packages can be found under the `packages` folder. These are all independently published or internal packages that can be found on [npmjs.com](https://npmjs.com) -In this Repo you will also find a `playground` the dev environment, `www` the folder containing the main webpage, and `demo` the Demo site. +In this Repo you will also find the Following: + +- `demo`: [Demo Site](https://demo.astro-ghostcms.xyz) +- `www`: [Public Site](https://astro-ghostcms.xyz) +- `playground`: Development and Testing +- `packages/`: + - `astro-ghostcms`: The main Integration! + - `astro-ghostcms-theme-default`: The Default theme in integration mode + - `tsconfig`: *LOCAL* Development package for `@ts-ghost/core-api` ### Notices diff --git a/packages/astro-ghostcms-theme-default/package.json b/packages/astro-ghostcms-theme-default/package.json index 21860555..9e6df04a 100644 --- a/packages/astro-ghostcms-theme-default/package.json +++ b/packages/astro-ghostcms-theme-default/package.json @@ -50,7 +50,7 @@ "astro": "^4.2.1" }, "dependencies": { - "@matthiesenxyz/astro-ghostcms": "^3.0.0", + "@matthiesenxyz/astro-ghostcms": "^3.0.6", "tiny-invariant": "^1.3.1", "astro-font": "^0.0.77" }