social.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
social.lol is a lighthearted social hangout for the omg.lol community.

Administered by:

Server stats:

844
active users

@pepelsbey that's what I was thinking — it sounds like @nhoizey is working on something along those lines. I added the generation script to my command that starts my site locally as well so it'll get generated if I preview my post.

@cory actually, I already have a pre-push commit hook (with Husky), which currently only adds dates in YAML Front Matter of Markdown files in my photography site:

github.com/nhoizey/nicolas-hoi

I think I commented the check on opengraph images because it was taking too much time.

But here’s the shell script that checks if they are missing: github.com/nhoizey/nicolas-hoi

@pepelsbey

GitHubnicolas-hoizey.photo/.husky/pre-push at main · nhoizey/nicolas-hoizey.photoNicolas Hoizey's photography portfolio. Contribute to nhoizey/nicolas-hoizey.photo development by creating an account on GitHub.
Cory :prami_pride_demi:

@nhoizey @pepelsbey woah! Nice! Mine are just simple text with the post title/date 🫣

@nhoizey @jlengstorf @pepelsbey oh nice! I think I may keep my current approach for the sake of simplicity — I did move all of my blog/music images to a B2 Bucket and Netlify’s CDN, removing 11ty image, which cut my build times in half.

@nhoizey @jlengstorf @pepelsbey I was seeing unpredictable build failures when it failed to fetch a valid image as well.

@cory didn't you use a cache, so 11ty image only generates new ones?

@pepelsbey

@nhoizey @pepelsbey I’ve just been committing them and having it copy them through.