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")