From a62f6755faac2236ae4439e371e1d47b5e73a148 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 3 Jul 2024 13:25:41 -0400 Subject: [PATCH] change dir --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index b3c851a..89e6d7a 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ # These two properties are always first, and always absolute paths -source: "/home/zachary/blog_converter" -destination: "/home/zachary/blog_converter/public" +source: "/home/zachary/blog" +destination: "/home/zachary/blog/public" web_root: "https://blog2.za3k.com" post_dir: "posts" -- 2.47.3