From 70adb437162287b1d005b226f09574eba115be8e Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 20 Nov 2019 18:28:46 +0100 Subject: [PATCH] Add text-en to Easy-Hugo blogs. --- init/text/tools.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/init/text/tools.el b/init/text/tools.el index b0df401..3a8d4e8 100644 --- a/init/text/tools.el +++ b/init/text/tools.el @@ -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) )