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", "branch": "main",
"postsDir": "_posts", "publishDir": "_notes",
"imagesDir": "assets/img", "imagesDir": "assets/img",
"defaultImageStrategy": "flat-slug", "defaultImageStrategy": "flat-slug",
"presetFrontmatter": [], "presetFrontmatter": [],
"commitMessageTemplate": "Publish: {{title}}", "commitMessageTemplate": "Publish: {{title}}",
"authorName": "Brendan Chen", "authorName": "",
"authorEmail": "me@bchen.dev" "authorEmail": ""
} }

File diff suppressed because it is too large Load Diff

View File

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

View File

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