#AstroDotBuild

Random Geek in limborandomgeek@hackers.town
2024-12-30

Trying to read a blog post and getting sidetracked by 14px monospace font where the contrast somehow doesn't feel sharp enough at 9.98:1 and thank goodness for browsers with Reader Mode but anyways hashtag you might like this if you can read it #AstroDotBuild #Emacs #DoomEmacs

Setting up Doom Emacs for Astro Development • Edmund Miller

Random Geek in limborandomgeek@hackers.town
2024-12-24

Incidentally the #AstroDotBuild folks have done a fine job over the life of the project. First time I tried this experiment (around 1.0 release), it took a minute and a half to build ~500 pages. Now it takes about ten seconds to build 700.

As I get fancier it'll take longer, but the first time I couldn't even think about getting fancy.

Theo Salvotheo@salvo.chat
2024-02-03

I broke my splash site, and learned a few lessons about community, build vs buy, and sharpening the saw...
#humblefail #astrodotbuild

theodorejsalvo.com/humble-fail

2023-11-09

My coworker @IanVS wrote about how we use @vitest , Storybook, fast-check, and Playwright to thoroughly validate our web app for @definednet - defined.net/blog/modern-fronte

#storybook #vitest #playwright #frontend #AstroDotBuild

Björn Friedrichsbjornf@fosstodon.org
2023-10-22

@ryanhiebert have you looked at Astro before? Its kind of like Django in JS land, and it has quite a nice component system for more complicated fronted layouts. Only thing I’m not sure about is its integrations with react etc. At that point if you need something less static and more SPA-like I’d probably still go with Remix or Next like you said. #AstroDotBuild

2023-08-15

Just deployed the newest version of my personal site. It is built with @astro (which I love btw). Anyway, let me know what you think zander.wtf #withastro #astrojs #astrodotbuild

Tony Dangtonydang
2023-08-03

Just made my first open source contribution to Astro! 🚀

Excited because it's a major project I use for my own blog. Thanks to the @astro team for their great contribution docs and friendly Discord chat. Check out v2.10.0 for my little patch if you use Astro!

Sarah Rainsbergersarah11918
2023-07-27

How it's going... (and the day's not over yet!)

Currently there are 16 issues open in *total* in the Astro Docs repo. (I woke up to 46, and made 2 more this morning.)

Team Docs is making Thursday look like a Friday!

(Note the "24 hour" period in the @astro docs repo stats pictured.)

Shout out to @yanthomasdev reviewing translations and @otterlord making issue-closing PRs, like two cartoon Tasmanian Devils!

Screenshot of the Astro Docs repo statistics for the last 24 hours: 64 active pull requests (35 MERGED, 29 open) and 32 issues, 31 of them CLOSED today, and 1 open.
Sarah Rainsbergersarah11918
2023-07-27

Just wrapped up our weekly Talking and Doc'ing live stream in the @astro Discord. 3+ hours with 6 - 10 peeps hanging out helping @swithinbank & I triage Docs GitHub issues!

Session Stats:
- Started the call with 46 open issues
- Promptly created 2 new issues of our own 😅
- Opened and discussed *every single one*
- Ended the call with 22 open issues... AND 4 freshly-made PRs by audience members during the call to close more issues! 💜 🚀 🧑‍🚀

Andrew Wooldridge 🌱triptych@social.yesterweb.org
2023-07-03

#astrojs #astrodotbuild #withastro

Why Astro? Why is it that when I first tried out your app server everything didn't work and I was super frustrated - but now with your new version it all seems to "just work" and I can make my silly client side game using #kaboomjs ? What happened? Please don't 're-break' client side js! I'm going to hitch my cart to astro.build

Sarah Rainsbergersarah11918
2023-07-02

And the last of your Astro Docs Maintainers has found his way here!

Please welcome @kevinzunigacuellar, whom you know and love, and who is merging Spanish docs PRs and reviewing your CMS guide submissions!

@astro

2023-06-06

omg the vibe in the #AstroDotBuild discord makes me want to hug someone.

I need another discord like I need a hole in my head, but if I am going to join one, it had better have the team behind it responding to the community this way.

Screen capture of a conversation in the Astro discord:

User: "Oh sorry I realize what you mean now, I'm a bit of a slow learner I didn't even think to check the actual Astro docs 👶"

Team member 1: "Oh! No need to apologize! This is our responsibility, not yours! Need to figure out how to make it easy/obvious for everyone. 😄"

Team member 2: "I'll believe you're a slow learner when you stop shipping docs sites with day-old tools 😅"
2023-04-07

@yosh imo #astrodotbuild w/ types gets you part of the way there, though obviously w/o various #a11y or other linters you're not going to get *validity* tested

;// jeroenvanwissen 🇳🇱/🇫🇷jeroenvanwissen
2023-01-02

Started rebuilding my personal website with AstroJS. Love it!

Expect more changes to come the next couple days .. weeks..

@astro

jeroenvanwissen.nl

Sarah Rainsbergersarah11918
2022-12-06

It's working! The newest addition to our set of automated link checks in GitHub for Astro Docs PRs just caught a link without descriptive text. 🥳

In a GitHub PR, showing 7 successful, 1 failing and 2 neutral checks: CI/ Check Links failed.When viewing the failing test results: Found 1 link issue: 1 link with vague or non-descriptive labels. Found link label "here." Please use descriptive, accessible text for labels instead of short, undescriptive labels like "here" or "read more."An inline notification from GitHub actions right in the "Files Changed" view of a PR showing exactly where the link failure occurs, and displaying the error message. Someone tried to add the text "check out our guide on the topic [here](/link)" to Docs in a PR, and that line was flagged by the check.
2022-12-03

@calebjasik@mastodon.social @fasterthanlime lol I got #AstroDotBuild #mdx to work.

```mdx
import { Code } from "astro/components";
import attempt1Raw from "./attempt1.ts?raw";

<Code code={attempt1Raw} lang="ts" />
```

where `attempt1.ts` contains

```ts
export const attempt1 = (_input: string) => {
return 3;
};
```

screenshot of successful embedding the `attempt1` function in a MDX document
Sarah Rainsbergersarah11918
2022-11-29

Docs meeting, calls and streams today!

First, team meeting brainstorming/strategizing Astro Docs re: content/partnerships.

Then, looking forward to watching @LauraLangdon and @ben 's Docs Accessibility stream youtube.com/watch?v=SkPur5xtazs

And, our weekly open Community Call in the Astro Discord, where core team members share updates from around the project, we discuss proposals and recognize contributors! (Catch up on past calls at youtube.com/@astrodotbuild )

2022-11-28

Good tutorial on making a landing page using Figma and Astro.build static site generator.
youtube.com/watch?v=jyjScZWgzI
#figma #AstroDotBuild #ui #ux #digitalsolutions #website #landingpage

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst