From dc367b9bc352fe2ca8e85ebc04a0f459458a6ece Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Dec 2020 18:31:17 +0100 Subject: [PATCH] Emacs: Update blog path / URL. --- 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 7d39305..349c9e1 100644 --- a/init.d/text/web.el +++ b/init.d/text/web.el @@ -32,8 +32,8 @@ ;; Mode for writing blog posts with hugo. (when (string= (system-name) "ventiloplattform") (use-package easy-hugo - :custom ((easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/") - (easy-hugo-url "https://blog.tastytea.de") + :custom ((easy-hugo-basedir "~/Projekte/www/computering.tastytea.de/") + (easy-hugo-url "https://computering.tastytea.de") (easy-hugo-postdir "content/posts") (easy-hugo-previewtime (* 60 60 2)) (easy-hugo-default-ext ".adoc")