Remove old blog from easy-hugo config.
This commit is contained in:
parent
230aef77c2
commit
0b2f9709b9
|
@ -51,19 +51,15 @@
|
|||
;; Mode for writing blog posts with hugo.
|
||||
(when (string= (system-name) "ventiloplattform")
|
||||
(use-package easy-hugo
|
||||
:custom ((easy-hugo-basedir "~/Projekte/www/computering.tastytea.de/")
|
||||
(easy-hugo-url "https://computering.tastytea.de")
|
||||
:custom ((easy-hugo-basedir "~/Projekte/www/thoughtpile.tastytea.de/")
|
||||
(easy-hugo-url "https://thoughtpile.tastytea.de")
|
||||
(easy-hugo-postdir "content/posts")
|
||||
(easy-hugo-previewtime (* 60 60 2))
|
||||
(easy-hugo-default-ext ".adoc")
|
||||
(easy-hugo-asciidoc-extension "adoc")
|
||||
(easy-hugo-server-flags "-D")
|
||||
(easy-hugo-bloglist ; Additional blogs.
|
||||
'(((easy-hugo-basedir . "~/Projekte/www/thoughtpile.tastytea.de/")
|
||||
(easy-hugo-url . "https://thoughtpile.tastytea.de")
|
||||
(easy-hugo-postdir . "content/posts")
|
||||
(easy-hugo-previewtime . (* 60 60 2)))
|
||||
((easy-hugo-basedir . "~/Projekte/www/text-de.tastytea.de/")
|
||||
'(((easy-hugo-basedir . "~/Projekte/www/text-de.tastytea.de/")
|
||||
(easy-hugo-url . "https://text-de.tastytea.de")
|
||||
(easy-hugo-postdir . "content/posts")
|
||||
(easy-hugo-previewtime . (* 60 60 2))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user