From 939f392a86de6965b860fe0dde66e7ace30b44e7 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sun, 9 Aug 2026 19:31:43 -0400 Subject: [PATCH] Update publishing settings --- plugins/jekyll-publish-0.1.3/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/jekyll-publish-0.1.3/data.json b/plugins/jekyll-publish-0.1.3/data.json index 5d70af0..8eda8fe 100644 --- a/plugins/jekyll-publish-0.1.3/data.json +++ b/plugins/jekyll-publish-0.1.3/data.json @@ -1,7 +1,7 @@ { - "remoteUrl": "", + "remoteUrl": "git@github.com:brendan-ch/brendan-ch.github.io.git", "branch": "main", - "postsDir": "_posts", + "postsDir": "_notes", "imagesDir": "assets/img", "defaultImageStrategy": "flat-slug", "presetFrontmatter": [],