[Raphael_Luckom]right, they look exactly like what I wanted to have when I did frontend stuff forever ago. I'm just worried because when things seem good I'm afraid there's going to be a catch đ
samwilsonI'm attempting to import title, author, and date of an arbitrary web page that may or may not have microformats. Is there any existing PHP library for this? mf2/mf2 is not quite enough I think.
astralbijection@aaronpk my current storage system is sort of similar to yours, there's a content/blog/ folder that contains all the posts, and they're stored as content/blog/YYYY-MM-DD-restofslug/index.md
astralbijectionPart of the reason I'm thinking of adding this backend to my website is because gatsby, which I'm currently using, is really really slow
samwilson<KartikPrabhu "Sam Wilson: you can see what PHP"> yeah, I think I might be going to do some combination of things. I did sort out the goose issue: https://github.com/scotteh/php-goose/pull/112