From 3b0dc14c7339722125351601504ee8855e3b8bb0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 11 Dec 2021 13:08:34 +0100 Subject: [PATCH] Update paths for easy-hugo. --- init.d/text/web.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/text/web.el b/init.d/text/web.el index cc82c4c..305c7a7 100644 --- a/init.d/text/web.el +++ b/init.d/text/web.el @@ -54,8 +54,8 @@ ;; Mode for writing blog posts with hugo. (when (string= (system-name) "ventiloplattform") (use-package easy-hugo - :custom ((easy-hugo-basedir "~/Projekte/www/thoughtpile.tastytea.de/") - (easy-hugo-url "https://thoughtpile.tastytea.de") + :custom ((easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/") + (easy-hugo-url "https://blog.tastytea.de") (easy-hugo-postdir "content/posts") (easy-hugo-previewtime (* 60 60 2)) (easy-hugo-default-ext ".adoc")