Emacs: Add text-de to hugo bloglist.
This commit is contained in:
parent
70adb43716
commit
09eefb3dcc
|
@ -1,6 +1,6 @@
|
|||
;;; tools.el --- Configure text tools. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2019-11-20T17:18:22+00:00>
|
||||
;; Time-stamp: <2019-11-24T18:25:06+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -57,9 +57,16 @@
|
|||
(easy-hugo-server-flags "-D")
|
||||
|
||||
(easy-hugo-bloglist ; Additional blogs.
|
||||
'(((easy-hugo-basedir . "~/Projekte/www/text-en.tastytea.de/")
|
||||
'(
|
||||
((easy-hugo-basedir . "~/Projekte/www/text-en.tastytea.de/")
|
||||
(easy-hugo-url . "https://text-en.tastytea.de")
|
||||
(easy-hugo-postdir . "content/posts"))))
|
||||
(easy-hugo-postdir . "content/posts")
|
||||
(easy-hugo-previewtime . "7200"))
|
||||
((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 . "7200"))
|
||||
))
|
||||
|
||||
:bind
|
||||
("C-x M-h" . easy-hugo)
|
||||
|
|
Loading…
Reference in New Issue
Block a user