diff --git a/astro.config.mts b/astro.config.mts index ee05f70..f779a73 100644 --- a/astro.config.mts +++ b/astro.config.mts @@ -14,4 +14,7 @@ export default defineConfig({ ], }, integrations: [icon(), tailwind()], + experimental: { + contentIntellisense: true + } }); diff --git a/src/content/authors/avatars/louis-escher.jpeg b/src/content/authors/avatars/louis-escher.jpeg deleted file mode 100644 index 6be4db8..0000000 Binary files a/src/content/authors/avatars/louis-escher.jpeg and /dev/null differ diff --git a/src/content/authors/avatars/louis-escher.jpg b/src/content/authors/avatars/louis-escher.jpg new file mode 100644 index 0000000..50f53ea Binary files /dev/null and b/src/content/authors/avatars/louis-escher.jpg differ diff --git a/src/content/authors/louis-escher.json b/src/content/authors/louis-escher.json index 2535df3..a4e9b05 100644 --- a/src/content/authors/louis-escher.json +++ b/src/content/authors/louis-escher.json @@ -2,5 +2,5 @@ "$schema": "../../../.astro/collections/authors.schema.json", "name": "Louis Escher", "link": "https://github.com/louisescher", - "avatar": "./avatars/louis-escher.jpeg" + "avatar": "./avatars/louis-escher.jpg" } diff --git a/src/content/blog/new-domain-new-discord-same-project.md b/src/content/blog/new-domain-new-discord-same-project.md new file mode 100644 index 0000000..6408dba --- /dev/null +++ b/src/content/blog/new-domain-new-discord-same-project.md @@ -0,0 +1,60 @@ +--- +title: New Domain, new Discord, same Project! +description: .xyz is out, .dev is the new black. +publishDate: 2024-11-27 +ogVariant: winter +author: louis-escher +--- + +Hey all! + +Although it's been a while since we last talked, I can assure you that work on StudioCMS has been moving forward. We've been making good progress on +`beta.8` and hope to release it towards the end of 2024, although that's more of a guess than a prediction. + +You've read the title (or so I hope), so what am I on about here? + +Well, you've no doubt seen that we have been [sponsored by Turso](https://studiocms.dev/blog/turso-sponsorship), which we were and still are incredibly +grateful for. However, we're trying to improve our experience as much as possible for both new users and contributors to the project. At this point +we feel we can move away from Astrolicious, the community organization who's been helping us nurture our little project, and go in alone to have full +control over our own ecosystem! After talking to [Florian](https://github.com/florian-lefebvre) and [Alex](https://github.com/alexanderniebuhr), +we've come to the conclusion that it's time for a fresh coat of new paint. Therefore, I introduce to you: + +## The new StudioCMS Discord Server +That's right, we've escaped the confines of our single channel on Astrolicious' Server and made ourselves [a new home](https://chat.studiocms.dev). This +will be the place for you to chat and receive news about StudioCMS from now on! *Don't worry, the blog isn't going anywhere ;)* + +Moving to the new Discord server has already allowed us to do some pretty cool things. For example, yours truly has been hard at work at our new open +source Discord bot, [Apollo](https://github.com/withstudiocms/apollo)! If you're on the Astro Discord, you'll know what they're good at. PTAL notifications, +moderation tools (soon™️), support forum utilities, it's all there. + +You can even use this Bot in your own Servers! All you need is a GitHub App, Discord App, and a libSQL database connection, for which we obviously use +and highly recommend [Turso](https://tur.so/studiocms). You can take a look at the [README file](https://github.com/withstudiocms/apollo?tab=readme-ov-file#apollo) +to learn more. + +But if you really **did** read the title (or clicked one of the links in this article), you might've also noticed another thing. Thus, it is with great +pleasure that I announce... *Drumroll please...* 🥁 + +## The new StudioCMS GitHub Organization +That's right, along with the Discord server we now have [our own GitHub organization](https://github.com/withstudiocms)! +Similar to the Discord, we've felt that only having access to the repository without any organization-management options was holding us back a tiny bit, +so here's to [github.com/withstudiocms](https://github.com/withstudiocms) 🍻. + +This new organization allows us to have better team management, de-clutter our monorepo and iterate faster on any changes we want to implement. It's small things, +really - for example, our website now has its own repository. It's not much, but it's definitely better than having to navigate an entire monorepo to update a blog post. +*Speaking from experience here.* + +Okay, we've got one last change. Take a look at your browser's address bar. Do you see that? Yeah, that's right. **I introduce to you:** + +## studiocms.dev +That's right, I just realized I said "That's right" below every heading. Terribly sorry for that. + +In other news, we've moved to a new domain! `studiocms.dev` is going to be our new home starting from now on. According to ChatGPT, it's supposed to give us a +"more professional look", however I just think it sounds nicer. Who uses .xyz domains anyway, .dev is the new black. + +We want to thank Astrolicious again for giving our small project a kickstart back when it was still in its infancy. None of this would have been possible without +them. We're going to keep chatting along in both the Astro and Astrolicious servers, and hope you'll join us on our [new Discord Server](https://chat.studiocms.dev). + +We've got some exciting stuff coming up, and we're going to be in touch soon about the coveted `beta.8` that's been haunting mine and Adam's dreams. + +Thanks and until next time,
+**Louis and the StudioCMS team**