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 Blogpost, Author Profile Update, Experimental Content Intellisense #8

Merged
merged 13 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 3 additions & 0 deletions astro.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ export default defineConfig({
],
},
integrations: [icon(), tailwind()],
experimental: {
contentIntellisense: true
}
});
Binary file removed src/content/authors/avatars/louis-escher.jpeg
Binary file not shown.
Binary file added src/content/authors/avatars/louis-escher.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/authors/louis-escher.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
60 changes: 60 additions & 0 deletions src/content/blog/new-domain-new-discord-same-project.md
Original file line number Diff line number Diff line change
@@ -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 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
louisescher marked this conversation as resolved.
Show resolved Hide resolved
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
TheOtterlord marked this conversation as resolved.
Show resolved Hide resolved
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,
louisescher marked this conversation as resolved.
Show resolved Hide resolved
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
louisescher marked this conversation as resolved.
Show resolved Hide resolved
and highly recommend [Turso](https://turso.tech/). You can take a look at the [README file](https://github.com/withstudiocms/apollo?tab=readme-ov-file#apollo)
louisescher marked this conversation as resolved.
Show resolved Hide resolved
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 Org
TheOtterlord marked this conversation as resolved.
Show resolved Hide resolved
That's right, along with the Discord Server we've also got [our own GitHub Organization](https://github.com/withstudiocms) now!
louisescher marked this conversation as resolved.
Show resolved Hide resolved
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).
louisescher marked this conversation as resolved.
Show resolved Hide resolved

This new Org 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,
louisescher marked this conversation as resolved.
Show resolved Hide resolved
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
TheOtterlord marked this conversation as resolved.
Show resolved Hide resolved
"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, <br />
**Louis and the StudioCMS Team**
louisescher marked this conversation as resolved.
Show resolved Hide resolved