From d4b0d1cb4bb91a3b5944f9d7441a093e8b32a27c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 4 May 2023 15:26:44 -0500 Subject: [PATCH] ox-zola working --- README.org | 6 +++--- init.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 15368cf3..0b6c8521 100644 --- a/README.org +++ b/README.org @@ -1650,10 +1650,10 @@ Spectacle.js is another beautiful slideshow builder that org can export to using I'm going to start a website for my own ramblings, tutorials and links. To do this I'll likely use Zola since it's built in Rust. #+begin_src emacs-lisp (use-package ox-zola - :after 'ox-hugo + :load-path "ox-zola/" :config - - ) + (setq org-hugo-base-dir "/home/chris/dev/cochrun.xyz" + org-hugo-section "blog")) #+end_src ** Emoji diff --git a/init.el b/init.el index 7915afc8..2172ef49 100644 --- a/init.el +++ b/init.el @@ -1323,10 +1323,10 @@ All my (performant) foldings needs are met between this and `org-show-subtree' ) (use-package ox-zola - :after 'ox-hugo + :load-path "ox-zola/" :config - - ) + (setq org-hugo-base-dir "/home/chris/dev/cochrun.xyz" + org-hugo-section "blog")) (use-package unicode-fonts :ensure t