Skip to content

Commit

Permalink
New Blogpost, Author Profile Update, Experimental Content Intellisense (
Browse files Browse the repository at this point in the history
#8)

* Add new post, update Louis Escher's author profile, add expermental content intellisense

* Update linebreaks for better readability

* Update wording in blog post

* Update src/content/blog/new-domain-new-discord-same-project.md

Co-authored-by: Reuben Tier <[email protected]>

* Update src/content/blog/new-domain-new-discord-same-project.md

Co-authored-by: Reuben Tier <[email protected]>

* Update src/content/blog/new-domain-new-discord-same-project.md

Co-authored-by: Reuben Tier <[email protected]>

* Update src/content/blog/new-domain-new-discord-same-project.md

Co-authored-by: Reuben Tier <[email protected]>

* Update src/content/blog/new-domain-new-discord-same-project.md

Co-authored-by: Reuben Tier <[email protected]>

* Update Turso link to use sponsored link instead of normal URL

* Update grammar

* Fix typo

* Now **I** have the power

---------

Co-authored-by: Reuben Tier <[email protected]>
  • Loading branch information
louisescher and TheOtterlord authored Nov 27, 2024
1 parent 57bcb32 commit 0e31e02
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 1 deletion.
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 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, <br />
**Louis and the StudioCMS team**

0 comments on commit 0e31e02

Please sign in to comment.