Skip to content

Commit 3d3579d

Browse files
committed
chore: improve styling and readingstyle
1 parent 02c86c8 commit 3d3579d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/content/blog/whats-new-january-2024.mdx

+16
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ socialImage: "/src/content/blog/_images/whats-new-january-2024/og.webp"
99
lang: "en"
1010
---
1111

12+
2023 was a huge year for Astro, and 2024 is already shaping up to be even bigger. Let's dive into the updates!
13+
1214
## Releases
1315

1416
The first month of the year already started strong 💪!
@@ -20,6 +22,12 @@ The first month of the year already started strong 💪!
2022

2123
## Docs
2224

25+
Our weekly Discord call “Talking and Doc’ing” is a chance for you to watch Team Docs work in public, jump in a codespace, and contribute to the docs. This month’s topics included:
26+
27+
- New section in Starlight Docs for Resources, including a new Community Content page with links to blog posts, [community recipes](https://starlight.astro.build/resources/community-content/), videos and streams.
28+
- We played around with [Lunaria](https://lunaria.dev/) and improved the documentation.
29+
- We added a new Section to the Astro Docs for Community Resources, with two pages, "[Community Educational Content](https://docs.astro.build/en/community-resources/content/)", and "[Talks, Interviews and Streams](https://docs.astro.build/en/community-resources/talks/)".
30+
2331
## Community
2432

2533
### HiDeoo joins Astro Core!
@@ -42,6 +50,8 @@ Check them out or learn more about the Community Awards on [our community websit
4250

4351
### Content
4452

53+
Because you can never get tired of watching and reading Astro Content.
54+
4555
- 📄 [Astro Year in Review](https://zenn.dev/morinokami/articles/astro-2023-2024) by @shf0811
4656
- 📄 [How to Implement Feature Flags in Astro using Unleash](https://dev.to/reeshee/how-to-implement-feature-flags-in-astro-using-unleash-2fg5) by @rishirajjain
4757
- 📄 [Auto-generated Last Modified Date in Astro](https://scottwillsey.com/astro-last-modified/) by @scottwillsey
@@ -73,6 +83,8 @@ Check them out or learn more about the Community Awards on [our community websit
7383

7484
### Tips & Tools
7585

86+
Many new tips and tools for you to use in your Astro websites.
87+
7688
- [imgit.dev](https://imgit.dev/) a tool to optimize images, video and YouTube embeds with a dedicated Astro integration
7789
- [npmc.dev](https://npmc.dev/) an alternative front-end for NPM by @athebigbot
7890
- [patrick91/astro-meta-tags](https://github.com/patrick91/astro-meta-tags) by @patrick.py
@@ -115,6 +127,8 @@ A lot of new Astro themes were added & released this month. Try them out!
115127

116128
### Websites
117129

130+
Websites submitted to our Discord `#showcase` channel and featured on community calls this month.
131+
118132
import ShowcaseGrid from './_whats-new-components/ShowcaseGrid.astro';
119133

120134
export const sites = [
@@ -189,6 +203,8 @@ export const sites = [
189203

190204
### Starlight in the wild
191205

206+
Take a peek at the new Starlight sites that we discovered this month.
207+
192208
export const starlightSites = [
193209
{ url: 'https://flystorage.dev/' },
194210
{ url: 'https://crawler.siteone.io/', title: '@ag3nttcz' },

0 commit comments

Comments
 (0)