Update paths for easy-hugo.
This commit is contained in:
parent
4805da390e
commit
3b0dc14c73
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user