Skip to content

Commit a79f025

Browse files
committed
chore: blog post updates
1 parent 67069b1 commit a79f025

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

app/components/global/BlueskyPostEmbed.client.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ const { data: post, status } = useAsyncData(
9494
)
9595
9696
const postUrl = computed(() => {
97-
console.log('postValue', post.value)
9897
// Prefer the explicit URL prop if provided
9998
if (props.url) return props.url
10099
@@ -201,7 +200,7 @@ const postUrl = computed(() => {
201200
loading="lazy"
202201
/>
203202
<div
204-
class="absolute inset-0 bg-bg/50 flex items-center justify-center text-fg text-sm font-medium"
203+
class="absolute inset-0 bg-bg/60 light:bg-bg/80 flex items-center justify-center text-fg font-medium"
205204
>
206205
Click to watch video on Bluesky
207206
</div>

app/pages/blog/release/crystal-chronicle.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ authors:
44
blueskyHandle: alexdln.com
55
- name: Willow (GHOST)
66
blueskyHandle: willow.sh
7-
- name: Matias Capeletto
8-
blueskyHandle: patak.cat
7+
- name: James
8+
blueskyHandle: 43081j.com
9+
- name: Alec Lloyd Probert
10+
blueskyHandle: graphieros.npmx.social
911
title: 'npmx crystal chronicle'
1012
tags: ['OpenSource', 'Release']
1113
excerpt: '100 days, 100K visitors, npmx v11, and dozens of new features shaping the future of developer tooling'
@@ -36,12 +38,6 @@ When it comes to growth, one of the most important metrics is change rather than
3638

3739
<BlueskyPostEmbed url="https://bsky.app/profile/graphieros.npmx.social/post/3mllmom2zfk2v" />
3840

39-
### Scatter with selectable axis
40-
41-
The community has always been a key part of npmx. And we’re incredibly excited to work together to create the perfect experience. In the last release, we added a package comparison chart with the scoring system. This chart, given the specific nature of any comparison, received a lot of feedback from the community. To make the experience more comprehensive and convenient, we’ve made it so you can now choose what and how you want to compare.
42-
43-
<BlueskyPostEmbed url="https://bsky.app/profile/graphieros.npmx.social/post/3mjzlmesrts2f" />
44-
4541
### Module replacements v3
4642

4743
Another important part of npmx collaborations is our connection with the community to optimize dependencies. Thanks to this close relationship, you will see even more, and even more detailed, suggestions from the community for dependency optimization. You can now also browse them all independently at [replacements.fyi](https://replacements.fyi/)
@@ -66,6 +62,12 @@ And now, for example, when you follow links from pnpm, you’ll immediately get
6662

6763
<BlueskyPostEmbed url="https://bsky.app/profile/pnpm.io/post/3mjhihoyjwc2w" />
6864

65+
### Scatter with selectable axis
66+
67+
The community has always been a key part of npmx. And we’re incredibly excited to work together to create the perfect experience. In the last release, we added a package comparison chart with the scoring system. This chart, given the specific nature of any comparison, received a lot of feedback from the community. To make the experience more comprehensive and convenient, we’ve made it so you can now choose what and how you want to compare.
68+
69+
<BlueskyPostEmbed url="https://bsky.app/profile/graphieros.npmx.social/post/3mjzlmesrts2f" />
70+
6971
### And much more
7072

7173
- Add timeline tab to package page ([#2245](https://github.com/npmx-dev/npmx.dev/pull/2245))

0 commit comments

Comments
 (0)