From 296bb411575cfdb3c0091e8aadee38d254ca30dc Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Thu, 3 Oct 2024 10:09:33 -0700 Subject: [PATCH 1/5] Create whats-next-for-studiocms.md --- .../content/blog/whats-next-for-studiocms.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 www/web/src/content/blog/whats-next-for-studiocms.md diff --git a/www/web/src/content/blog/whats-next-for-studiocms.md b/www/web/src/content/blog/whats-next-for-studiocms.md new file mode 100644 index 000000000..6c6d7290c --- /dev/null +++ b/www/web/src/content/blog/whats-next-for-studiocms.md @@ -0,0 +1,28 @@ +--- +title: Whats next for StudioCMS? +description: New development team member, and dashboard project! +publishDate: 2024-10-03 +ogVariant: fall +author: adam-matthiesen +--- +## What's Next for StudioCMS? + +Astro Studio is sunsetting, we’ve updated our branding, and we’re proud to announce our first sponsorship thanks to Turso. But what’s on the horizon for StudioCMS? We invite you to join us as we continue improving and expanding our CMS to meet the needs of our growing community. + +Recently, we welcomed one of our newest community members into the StudioCMS family, not just as a contributor, but as a **development team member** — [Louis Escher](https://github.com/louisescher). Louis has brought an incredible skill set to our project, especially in the realm of design! + +### New Dashboard Design and Overhaul + +One of Louis’s first goals when he started contributing to StudioCMS was to **completely redesign and overhaul our dashboard**. But he didn’t stop there! Along with the new dashboard, Louis also played a key role in our branding update, ensuring that our visual identity reflects the forward-thinking nature of StudioCMS. + +Additionally, Louis has helped spearhead a full **internal logic overhaul** of the dashboard. This effort will simplify the user experience while providing developers with more complex and flexible functionality. You can follow the discussion on this exciting redesign [here on GitHub](https://github.com/astrolicious/studiocms/discussions/294). + +### Introducing `@studiocms/ui` + +One of Louis’s biggest contributions so far has been the creation of the brand-new **`@studiocms/ui` component library**. This library is at the heart of the dashboard’s redesign, providing reusable, modular components that make it easier for developers to customize and expand the dashboard. + +The `@studiocms/ui` component library will be released with `studiocms` version `0.1.0-beta.8` along with the dashboard redesign. + +--- + +We are excited for the future of StudioCMS, and with contributors like Louis, our journey to deliver a powerful and user-friendly CMS experience continues to evolve. Stay tuned for more updates, and be sure to check out the new dashboard soon! From 85f0dd6f110bd9ae303563c9677a09caec15e8bc Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Thu, 3 Oct 2024 10:26:17 -0700 Subject: [PATCH 2/5] Apply suggestions from code review Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> --- www/web/src/content/blog/whats-next-for-studiocms.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/web/src/content/blog/whats-next-for-studiocms.md b/www/web/src/content/blog/whats-next-for-studiocms.md index 6c6d7290c..26e3b9fdc 100644 --- a/www/web/src/content/blog/whats-next-for-studiocms.md +++ b/www/web/src/content/blog/whats-next-for-studiocms.md @@ -1,13 +1,11 @@ --- -title: Whats next for StudioCMS? -description: New development team member, and dashboard project! +title: Welcoming our latest maintainer! +description: Welcoming our newest member, and paving the road to our dashboard overhaul. publishDate: 2024-10-03 ogVariant: fall author: adam-matthiesen --- -## What's Next for StudioCMS? -Astro Studio is sunsetting, we’ve updated our branding, and we’re proud to announce our first sponsorship thanks to Turso. But what’s on the horizon for StudioCMS? We invite you to join us as we continue improving and expanding our CMS to meet the needs of our growing community. Recently, we welcomed one of our newest community members into the StudioCMS family, not just as a contributor, but as a **development team member** — [Louis Escher](https://github.com/louisescher). Louis has brought an incredible skill set to our project, especially in the realm of design! From fdd1403bd829204185a7680e593b5dc82a9d1044 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Thu, 3 Oct 2024 10:36:28 -0700 Subject: [PATCH 3/5] Update www/web/src/content/blog/whats-next-for-studiocms.md Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> --- www/web/src/content/blog/whats-next-for-studiocms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/web/src/content/blog/whats-next-for-studiocms.md b/www/web/src/content/blog/whats-next-for-studiocms.md index 26e3b9fdc..cdc00795d 100644 --- a/www/web/src/content/blog/whats-next-for-studiocms.md +++ b/www/web/src/content/blog/whats-next-for-studiocms.md @@ -1,6 +1,6 @@ --- title: Welcoming our latest maintainer! -description: Welcoming our newest member, and paving the road to our dashboard overhaul. +description: Welcoming our newest member, and dashboard! publishDate: 2024-10-03 ogVariant: fall author: adam-matthiesen From 0bc7191048f617278957931295582d9477b0691a Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Thu, 3 Oct 2024 12:13:29 -0700 Subject: [PATCH 4/5] Rename whats-next-for-studiocms.md to welcoming-our-latest-maintainer.md --- ...s-next-for-studiocms.md => welcoming-our-latest-maintainer.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename www/web/src/content/blog/{whats-next-for-studiocms.md => welcoming-our-latest-maintainer.md} (100%) diff --git a/www/web/src/content/blog/whats-next-for-studiocms.md b/www/web/src/content/blog/welcoming-our-latest-maintainer.md similarity index 100% rename from www/web/src/content/blog/whats-next-for-studiocms.md rename to www/web/src/content/blog/welcoming-our-latest-maintainer.md From 1cd1b32f7b9d0c3643c5bc3b0aa0353f44a1bd6d Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Thu, 3 Oct 2024 13:30:44 -0700 Subject: [PATCH 5/5] up --- www/web/src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/www/web/src/constants.ts b/www/web/src/constants.ts index b62870b66..17ff4b753 100644 --- a/www/web/src/constants.ts +++ b/www/web/src/constants.ts @@ -1,3 +1,4 @@ +// Keywords for the marquee export const marqueeKeywords = [ '#CMS', '#Astrolicious',