User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
Admin
Wyvern-shaped software developer and hobby vector artist. Also sometimes a fluffy werewolf alien creature (Areon) or a bird (Corveon).

Creator of the neofoxes, neocats and other emojis.
wvrnBox
Website
https://volpeon.ink/
Speaking German, English
Age 30s
Pronouns he / him
Backup Account @volpeon@goto.wyvern.rip
Bonus Content @areon@icy.wyvern.rip
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
eepy wvrnFlat
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@Johann150 @nytpu wvrnHug
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@nytpu Hi, I'm a wyvern wyvCute
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@Endiverge drgn_rainbow
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@mxchara This isn't mid-air thankfully, but I can see how it can look this way. neofox_lul The perspective made it hard to add hints because the body covers a lot of the image. I put grass in front of the tail floof and added shadows to give some hints.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@HurricaneWeasel If it hurts, their ears will be destroyed by my wyvScream EEEEEEEEEEEEEEE
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@puniko I sure hope not neofox_googly_shocked
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
The dentist called to postpone my appointment by one hour. Except they also dropped the statement that it's half an hour later before hanging up. So I called again later to ask what the right time is and they told me it's 45 min later instead of any of the other two. neofox_googly
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
Hmm, I guess I could create my own plugin using @astrojs/compiler
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
Is there anything like Astro components for Lume? My biggest gripe with a lot of templating engines is that custom components or shortcodes are included with a weird construct like {{ comp button { href: 'bla' } }}{{ /comp }} instead of becoming part of the markup, i.e. <Button href="bla"></Button>. JSX gets me there, but I don't like that I need to export a function which returns the markup. I also can't include style and script tags like with Astro templates. And there are no slots.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@N33R Minecraft Far Lands if they were a heatsink
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
One advantage of Lume I see over Astro is that you can freely define if and how your data is validated. Astro integrates Zod very closely, but I prefer ArkType because it's way less clunky. Now I can use the latter.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@schratze @puniko Jep www.youtube.com/watch?v=G9SNKq3Kd5E neofox_lul
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@puniko Gib ihr etwas Tchibo Gaming Kaffee zum wach werden ☕ neofox_googly_woozy
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@karb They don't even have any activity 😭
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
cc @catraxx
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@ret I use Astro currently, which has really good ergonomics and needs very little explicit configuration for what I use it for. I also love that it embraces TypeScript typings so I get IntelliSense everywhere.
11ty has no typings at all, and 11ty.ts is janky. I need to configure a lot more, and I also found out that the template format that looked the most promising to me (WebC) doesn't play well with Markdown or MDX, which I use heavily.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
Yeah, 11ty isn't for me. Will try Lume next
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
@SteffoSpieler 11ty is a static site generator neofox_lul
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
3mo
I'm playing around with 11ty and it's kinda annoying that it doesn't have typings for its config. I found 11ty.ts, but for some reason it doesn't have types for the addExtension method which seems to be the most common thing to use?