Update the plugin and settings

This commit is contained in:
2026-08-09 19:32:47 -04:00
parent ac75884a7a
commit 8b4962183a
5 changed files with 1143 additions and 699 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"name": "Jekyll Publish",
"version": "0.1.3",
"minAppVersion": "1.5.0",
"description": "Publish the active note as a Jekyll post (with images) via git.",
"author": "Claude",
"description": "Publish the active note as a Jekyll post, with images, via git.",
"author": "Brendan Chen",
"isDesktopOnly": true
}

View File

@@ -11,6 +11,9 @@
"start": "date",
"end": "date",
"finalized": "checkbox",
"last watered": "date"
"last watered": "date",
"last inspected": "date",
"last repotted": "date",
"last fertilized": "date"
}
}