From c2a93d793913e38d0329975eab85a942951f334c Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 25 Apr 2025 10:55:44 -0700 Subject: [PATCH] add author information to blog I don't want to see mac.att.local --- publish.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.el b/publish.el index 7f91a94..6e0556d 100644 --- a/publish.el +++ b/publish.el @@ -57,6 +57,8 @@ ;;; entries contains blog posts. Simple-as. ("org-site-entries" + :author "kyle" + :email "kyle@imladris" :base-directory "~/org/entries/" :exclude "\.~undo-tree~$" :html-doctype "html5"