Add text-en to Easy-Hugo blogs.

This commit is contained in:
tastytea 2019-11-20 18:28:46 +01:00
parent 40606d0676
commit 70adb43716

View File

@ -1,6 +1,6 @@
;;; tools.el --- Configure text tools. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-10-17T18:54:13+00:00>
;; Time-stamp: <2019-11-20T17:18:22+00:00>
;;; Commentary:
@ -50,12 +50,17 @@
:custom
(easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/")
(easy-hugo-url "https://blog.tastytea.de")
(easy-hugo-previewtime "7200") ; 2 hours.
(easy-hugo-postdir "content/posts")
(easy-hugo-previewtime "7200") ; 2 hours.
(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/text-en.tastytea.de/")
(easy-hugo-url . "https://text-en.tastytea.de")
(easy-hugo-postdir . "content/posts"))))
:bind
("C-x M-h" . easy-hugo)
)