Emacs: Update blog path / URL.

This commit is contained in:
tastytea 2020-12-29 18:31:17 +01:00
parent aa6a7660a8
commit dc367b9bc3

View File

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