From 0df924eec2fac3a2e51f962ec78267be9d2d1021 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 18 Mar 2021 17:54:49 -0400 Subject: [PATCH] Cleanup website --- modules/website.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/website.org b/modules/website.org index b325024..eb2f69a 100644 --- a/modules/website.org +++ b/modules/website.org @@ -16,7 +16,8 @@ Download *Ox-hugo*[fn:5] and configure it for =one-post-for-file= to add support #+begin_src emacs-lisp (use-package ox-hugo - :after ox) + :after ox + :init (dotfiles/install "hugo")) #+end_src * Posts