samhuri.net/test
Sami Samhuri 97105c1501 Fetch og:image from linked URLs when creating link posts
Add Pressa::OpenGraph, a best-effort scraper that pulls og:image (falling
back to twitter:image) from a linked page's HTML. bake new_link and bake
preview_link now use it to prefill the Image front-matter field for link
posts, unless the payload already supplies one. Network failures and
missing tags just resolve to nil so creating a post never blocks on a
slow or broken link; the fetch happens once at draft-creation time, not
on every build.
2026-06-21 23:33:29 -07:00
..
config Improve test coverage of gemini renderer 2026-04-11 12:33:47 -07:00
drafts Add dynamic drafts index page listing unpublished drafts 2026-06-21 20:10:32 -07:00
posts Add per-post Image frontmatter and richer OG/article meta tags 2026-06-21 23:30:48 -07:00
projects Publish a Gemini site and link to it from the website (#36) 2026-02-14 17:18:09 -08:00
utils Improve test coverage of gemini renderer 2026-04-11 12:33:47 -07:00
views Add per-post Image frontmatter and richer OG/article meta tags 2026-06-21 23:30:48 -07:00
coverage_test.rb Extract bake logic into lib/pressa and fold tasks back into one bake.rb 2026-06-07 17:57:01 -07:00
drafts_test.rb Extract bake logic into lib/pressa and fold tasks back into one bake.rb 2026-06-07 17:57:01 -07:00
git_test.rb Prefer github remote over origin for coverage baseline 2026-06-07 18:01:20 -07:00
link_post_test.rb Fetch og:image from linked URLs when creating link posts 2026-06-21 23:33:29 -07:00
open_graph_test.rb Fetch og:image from linked URLs when creating link posts 2026-06-21 23:33:29 -07:00
plugin_test.rb Migrate from Swift to Ruby (#33) 2026-02-07 21:19:03 -08:00
publish_test.rb Publish locally when building on the host itself 2026-06-21 19:26:59 -07:00
site_generator_rendering_test.rb Add dynamic drafts index page listing unpublished drafts 2026-06-21 20:10:32 -07:00
site_generator_test.rb Migrate from Swift to Ruby (#33) 2026-02-07 21:19:03 -08:00
site_test.rb Publish a Gemini site and link to it from the website (#36) 2026-02-14 17:18:09 -08:00
test_helper.rb Migrate from Swift to Ruby (#33) 2026-02-07 21:19:03 -08:00