Update the plugin and settings
This commit is contained in:
@@ -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
@@ -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
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user