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

9
plugins/dist/manifest.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"id": "jekyll-publish",
"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": "Brendan Chen",
"isDesktopOnly": true
}