Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New blog post #334

Merged
merged 5 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions www/web/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Keywords for the marquee
export const marqueeKeywords = [
'#CMS',
'#Astrolicious',
Expand Down
26 changes: 26 additions & 0 deletions www/web/src/content/blog/welcoming-our-latest-maintainer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Welcoming our latest maintainer!
description: Welcoming our newest member, and dashboard!
publishDate: 2024-10-03
ogVariant: fall
author: adam-matthiesen
---


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!
Loading