Skip to content

Comments

Add blog posts#291

Merged
jonallured merged 4 commits intomainfrom
add-blog-posts
Feb 20, 2026
Merged

Add blog posts#291
jonallured merged 4 commits intomainfrom
add-blog-posts

Conversation

@jonallured
Copy link
Owner

This PR adds a new BlogPost model so that I can track when blog posts are published on my blog. Later, I'll wire up announcing them to my socials but this is just establishing the models before I do that part. It includes an importer that can backfill and also add new ones. There is a job that runs every 10 minutes to hit the RSS feed so I can wait for that and then backfill the rest in a console:

> BlogPost::Importer.backfill

And then I can just verify that the counts match.

@jonallured jonallured enabled auto-merge (rebase) February 20, 2026 12:36
@jonallured jonallured merged commit 6ece1e2 into main Feb 20, 2026
1 check passed
@jonallured jonallured deleted the add-blog-posts branch February 20, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant