Add a vibe-coded Jekyll publish plugin

This commit is contained in:
2026-08-08 22:37:10 -04:00
parent a4cca21260
commit 0d589c1f19
5 changed files with 3329 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"remoteUrl": "",
"branch": "main",
"postsDir": "_posts",
"imagesDir": "assets/img",
"defaultImageStrategy": "flat-slug",
"presetFrontmatter": [],
"commitMessageTemplate": "Publish: {{title}}",
"authorName": "Brendan Chen",
"authorEmail": "me@bchen.dev"
}