Update paths for easy-hugo.

This commit is contained in:
tastytea 2021-12-11 13:08:34 +01:00
parent 4805da390e
commit 3b0dc14c73
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@
;; Mode for writing blog posts with hugo. ;; Mode for writing blog posts with hugo.
(when (string= (system-name) "ventiloplattform") (when (string= (system-name) "ventiloplattform")
(use-package easy-hugo (use-package easy-hugo
:custom ((easy-hugo-basedir "~/Projekte/www/thoughtpile.tastytea.de/") :custom ((easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/")
(easy-hugo-url "https://thoughtpile.tastytea.de") (easy-hugo-url "https://blog.tastytea.de")
(easy-hugo-postdir "content/posts") (easy-hugo-postdir "content/posts")
(easy-hugo-previewtime (* 60 60 2)) (easy-hugo-previewtime (* 60 60 2))
(easy-hugo-default-ext ".adoc") (easy-hugo-default-ext ".adoc")